body {
	margin: 0px;
	background-color: #000000;

}

.middle        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
	}

.content
	{
	margin-left: -400px;
	position: absolute;
	top: -275px;
	left: 50%;
	width: 800px;
	height: 550px;
	visibility: visible
	}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

