* {margin: 0px; padding: 0px;}

body {
	background-color: #000;
}

#Content {
	position: 		absolute;
	left: 			50%;
	top: 			50%;
	width:			530px;			/*Width of the main box*/
	height: 		440px;			/*Height of the main box*/
	margin-left: 		-265px;			/*Left offset = width/2 */
	margin-top:		-275px;			/*Top offset = height/2 */
	text-align: 		center;
}

#Details {
	font-family: 	Georgia, Verdana, sans-serif;
	font-size: 		26px;
	color:			#FFF;
}

#Content a {
	text-decoration: 	none;
	border: 			none;
	display: 			inline;
}
