body {
	background-color: #000000;
	text-align: center;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CCCCCC;
}
.wraper {
	margin: 0px;
	padding: 0px;
	top: 35%;
	position: fixed;
	width: 100%;
	height: 100px;
}
