body
	{
	background-color: #1c232b;
	height: 100%;
	margin: 0;
	padding: 0;
	}


a:link, a:active, a:visited
	{
	color: #001286;
	text-decoration: none;
	}
a:hover
	{
	color: #e56c00;
	text-decoration: none;
	}


#container 
	{
	position: absolute;
   	top: 50%;
   	margin-top: -290px;	/* half of #content height*/
   	left: 0;
   	width: 100%;
	}

#content 
	{
  	width: 650px;
   	height: 600px;
	}


.copyright
	{
	font-family:Verdana;
	font-weight:normal;
	font-size:10px;
	color:#ffffff;
	}
