/**
 * CSS Document for offline page
 * @version $Id: offline.css 5824 2006-11-20 21:50:34Z eddiea $
 * @package Joomla
 * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
 * Joomla! is free software and parts of it may contain or be derived from the
 * GNU General Public License or other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

.text {font-size:14px}
.text_disclaimer {font-family:courier;font-size:12px}
.content {
	align: center; 
        background-color: white;
	width: 500px;
	height: 300px;
	opacity: 0.8;
	filter: alpha(opacity=80)
    text-align: center;
    position: absolute;
    top: 35%;
    left: 35%;
    margin-left: 0px;
}

.content_imprint {
	align: center; 
        background-color: white;
	width: 500px;
	height: 380px;
	opacity: 0.8;
	filter: alpha(opacity=80)
    text-align: center;
    position: absolute;
    top: 35%;
    left: 35%;
    margin-left: 0px;

}

.content_disclaimer {
	align: center; 
        background-color: white;
	width: 750px;
	height: 700px;
	opacity: 0.8;
	filter: alpha(opacity=80)
    text-align: center;
    position: absolute;
    top: 25%;
    left: 25%;
    margin-left: 0px;

}
