BODY
{      
		margin: 20px 0 0 0;
		background-color: #000000;
}
BODY, TD, DIV, STRONG, H1, A, .footer
{      
    FONT-FAMILY: Arial,Helvetica,sans-serif;
    FONT-SIZE: 12px;
    COLOR: #ffffff;
}
h1
{
    FONT-SIZE: 16px;
		FONT-WEIGHT: normal;
		text-transform: uppercase;
}
A:link { 
		text-decoration: none; 
}
A:visited { 
		text-decoration: none; 
}
A:active { 
		text-decoration: none; 
}
A:hover { 
		text-decoration: underline;
}
.footer
{
  COLOR: #f8ac01;
	FONT-WEIGHT: Bold;
}
.imgborder {
	margin: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#container
{
	width: 100%; 
	height: 420px;
	margin-top: 15%;
	background-color: #fff;
}
#hpleft
{
	float: left;
	width: 404; 
	height: 420px;
}
#hpright
{
	float: right;
	width: 200; 
	height: 31px;
	margin-right: 1%;
	margin-top: 8%;
}