*{
 margin:0;
 padding:0;
}
html{
 height:100%;
}
body{
	height:100%;
	color:#FFF;
	cursor:default;
	font-size:100%;
	line-height:25px;
	text-align:left;
	background-color:#000;
	background-position:50% 0;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
 }

a img{
 border:0;
}
div.maindiv{
	position:relative;
	text-transform:uppercase;
	width:1000px;
	margin:0px auto 0px auto;
	text-align:left;
	
}
#header {
	background-image:url(images/temptitle.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:300px;
	
}
a:link {
	color:#06C;
}
a:hover {
 color:#900;	
}