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

BODY {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/*text-align: center;*/
	color: #FFF;
}

H3 {
	font-size: 10px;
	font-weight: normal;
	color: #CCC;
	margin: 80px 0 1px 0;
}

A {
	color: #999;
	font-size: 10px;
}

A:hover {
}

#container {
	height:300px;
	width:310px;
	position: absolute;
	left: 50%;
	margin-left:-155px;
	margin-top:-150px;
	top: 50%;
}
.aling-center {
	text-align: center;
}




