* {
	padding: 0px;
	margin: 0px;
}

body {
	text-align:center;
	background-color:#000000;
	
}

#page {
	position:absolute;
	top:50%;
	left:50%;
	width:750px;
	height:550px;
	margin-top:-275px;
	margin-left:-375px;
	/*text-align: center;*/

	background:#000000;

	border-style:solid;
	border-width:0px;
	border-color:#FFFFFF;
	
}

a {
	font-size:14px;
	color:#B2DCBD;
	text-decoration: none;
}
