html>body, body {
	margin:0;
	background: black;
	font-family: Arial,sans-serif;
	width:1000px;
}

img {
	float:left;
}

.main {
	width:1000px;
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -300px;
  	margin-left: -500px;
}

.links {
	float:right;
/*	position:relative;
	top:-100px;
	left:-50px;
	text-align:right;
*/}

a {
	text-decoration:none;
	border:0px;
/*	padding:20px;
	color:red;
	font-size:16pt;	
*/
}

a img {
	border:0px;
	margin:5px;
}	

a:hover {
/*	color:red;
	text-decoration:underline;
*/	
}
