body
{
	background-color:#222121;
	position:relative;
}
#container
{
	margin-left:0px;
	margin-right:0px;
	margin-top:200px;
	
/*	border-width:1px;
	border-style:solid;
	border-color:white;	
	width:auto;	*/
	
}
#logo
{
	position:relative;
	/*left:645px;*/
	float:right;
	right:0px;
}

#banner
{
	position:relative;
	top:39px;
	height:139px;
	background-image:url('banner.png');
	background-repeat:repeat-x;
	border-top-style:solid;
	border-top-color:red;
	border-top-width:1px;
}

#nav
{
	font-family:arial;
	color:white;
	text-decoration:none;
	
	
}

A:link 
{
	text-decoration: none;
	color:white;
}
A:visited 
{
	text-decoration: none;
	color:white;	
}
A:active {text-decoration: none}

#info
{
	margin-top:100px;
	float:right;
	text-align:right;
	top:100px;
	right:0px;
	font-family:arial;
	color:white;
}