/**
 * CSS Document for offline page
 * @version $Id: offline.css 3999 2006-06-12 03:59:51Z spacemonkey $
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2006 Open Source Matters. All rights reserved.
 * @license 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.
 */

body {
	font-family: Arial, Helvetica, Sans Serif; font-size: 78%;
	color: #333333;
	text-align: center;
	font-size: 12px;
	height:100%; 
	width: 100%;
	margin: 0;
	padding:0;

}

a:link {
	color: #cc3333;
	text-decoration: none;
}

a:visited {
	color: #cc3333;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

/* LANDING PAGE */
font.message {
	font-family:century gothic;
	font-size: 1.55em;
	font-weight: bold;
	color: #999999;
}

font.tagline {
	font-family:century gothic;
	font-size: 1.55em;
	color: #999999;
}

font.slogan {
	font-family:century gothic;
	font-size: 1em;
	color: #999999;
}

font.welcome {
	font-family:century gothic;
	font-size: 1.5em;
	color: #666666;
}

#landingPage {
	background-image: url(../images/bg-hp.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}

#landing {
	margin: auto;
	width: 95%;
	height: 95%;
}

#landing img {
	margin-top: 25%;
	margin-bottom: 35px;
}

#landing p {
	width: 425px;
	height: 370px;
	position: relative;
	top: 25%;
}

#landing a {
	font-family:arial, helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	padding: 15px;
}

#thank_you{
	margin: auto;
	width: 95%;
	height: 95%;
	font-family:century gothic;
}

#thank_you img {
	margin-top: 25%;
	margin-bottom: 15px;
}

#thank_you p {
	width: 425px;
	height: 370px;
	position: relative;
	top: 25%;
}

#thank_you a {
	font-family:arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px;
}

