@charset "UTF-8";
/* CSS Document */

html {background-color: #000000; margin: 0; padding: 0; background-image: url(/img/bg.splash.body.png); background-repeat: repeat-x; background-position: top;}
body {
	
	font-family: Arial, Helvetica, sans-serif;

}
h1, h2 {color: #FFFF00;}
p {color: #FFFFFF; display: block;}

a {color:#999999;}
a:hover {color: #FFFFFF;}

#container01 {
	width: 800px;
	margin: 50px auto 0 auto;
}

#header {
	width: 800px;
	height: 100px;
}

#headerlogo {
	display: block;
	width: 352px; height: 135px;
	background-image: url(/img/logo.splash.png);
}

p.footer {font-size: 10px; margin: 60px 0 20px 0;}