@charset "utf-8";
/* CSS Document */

.header { color:#000000; }

#holder
{
position: absolute;
width: 1px;
height: 1px;
left: 50%;
}

body { background-color: #000000; }

#body
{
position: absolute;
left: -400px;
top: 15px;
width: 800px;
}

body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1 { font-size:14px; color:#FFFFFF; }

hr { color: #FFFFFF; }

a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited
{
color: #FFFFFF;
	text-decoration: underline;
}

a:hover
{
color: #CCCCCC;
text-decoration: underline;	
}

a:active
{
color: #000000;
	text-decoration: underline;
}

#info
{
	position: absolute;
	width: 240px;
	height: 500px;
	overflow-y:scroll;
	left: 560px;
	top: 30px;
}

#adBox
{
position: absolute;
	width: 210px;
	height: 375px;
	overflow-y: scroll;
	left: 590px;
	top: 155px;
	
	font-size:8px;
}

#adBoxLong
{
position: absolute;
	width: 728px;
	height: 90px;
	left: 36px;
	top: 540px;
}
