/* CSS Document */
body
{
	background:url(../images/strip.jpg);
	background-repeat:repeat-x;
	background-color:#222222;
	margin:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
}

a
{
	color:#003366;
	text-decoration:none;
}
a:hover
{
	color:#0099CC;
	text-decoration:underline;
}
.main
{
	 position:relative;
	 background-repeat:no-repeat;
	 width:1024px; 
	 height:768px; 
 	 background-image:url(../images/bg.jpg);
	 top:-220px; 
}
.content
{
	position:relative;
	top:136px;
	left:1px;
	height:480px;
	width:975px;
	padding:8px;
}
.content table
{
	color:#FFFFFF;
	font-size:12px;
}