* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	display: inline;
}

#center {
	position: absolute;
	top: -180px;
	left: -600px;
	width: 640;
	height: 300;
}

a
{
	color:#666666;
	text-decoration:none;
	font-size:10px;
}

a.hover
{
	color:#666666;
	text-decoration:none;
	font-size:10px;

}
