/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a:link {
	color: #FF0033;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
#adcover {
	top: 0px;
	left: 0px;
	position: absolute;
	height: 150px;
	width: 1400px;
}
#content {
	position: absolute;
	width: 800px;
	height: 600px;
	top: 0px;
	left: 0px;
}
#textbox {
	position: absolute;
	left: 220px;
	top: 201px;
	width: 480;
	height: 340;
	overflow: auto;
}
