@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	/*Align to h-center*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*Font*/
	font-family: Arial;
	font-size: 14px;
	color: #fff;
}
img {border:none;}
#divider {
	background:url(images/aurora2.jpg) center top repeat-x;
	height:400px;
}
#container {
	margin: 0px auto;
	text-align: left;
	margin-top: -200px;
	width: 900px;
}
p {font-size: 14px; padding:10px;}
h1 {font-size: 18px; color:#333333;}
h2 {font-size: 14px; color:#666666; margin-top: -10px}
a {text-decoration:none;}
a:link {color:#00FFCC;}
a:visited {color:#006699;}
a:hover {color:#00FF66; text-decoration:underline; }

#footer { 
	background:#000000;
	color:#FFFFFF;
	width:100%;
	text-align:left;
}
#footer h1{
	font-size:14px;
	font-weight:100;
}
#footer a{
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#FFF;
}