body {
	background: #fff;
	font-family: verdana,sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	text-align: justify;
	margin: 0;
	padding: 0;
}

a {text-decoration: none; font-weight: none; color: #099;}
a:visited{color: #099;}
a:hover{color: #fff; background: #369;}
a:active{color: #099;}
	
img {
	border: 0;
}

#container {
	position: absolute;
	margin: 0;
	left: 50%;
	margin-left: -390px;
	width: 444px;
	z-index: 2;
}
#main {
	position: absolute;
	margin: 0;
	background: #fff;
	padding: 5px;
	top: 200px;
	left: 167px;
	width: 444px;
	z-index: 2;
}
