@CHARSET "ISO-8859-1";

body
{
	background-color:#014ea4;
	background-image:url(gradient.png);
	background-repeat:repeat-x;
	background-position:top left;
	color:black;
	font:10pt Tahoma;
}

#moon
{
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:20px;
}

#logo
{
	position:absolute;
	left:50%;
	margin-left:-70px;
	top:40px;
}

#nav
{
	position:absolute;
	left:50%;
	margin-left:-230px;
	top:130px;
	z-index:7;
}

#nav img
{
	border:0;
}

#content
{
	background-image:url(content.png);
	position:absolute;
	left:50%;
	top:200px;
	margin-left:-180px;
	width:453px;
	height:367px;
	padding:50px;
	line-height:1.7;
	z-index:6;
}

#noscript
{
	top:50%;
	left:50%;
	margin:-200px 0px 0px -300px;
	width:600px;
	height:400px;
	background-color:white;
	border:3px solid red;
	padding:30px;
	position:absolute;
	z-index:20;
}

#inner
{
	width:100%;
	height:100%;
	overflow:auto;
}

#footer
{
	background-image:url(grass_trees.png);
	background-position:center;
	position:fixed;
	bottom:0;
	left:0;
	height:508px;
	width:100%;
	text-align:center;
	vertical-align:bottom;	
}

#footer img
{
	border:0;
	padding:5px;
}

