﻿html,body {
	background-color:#000000;
	margin: 0; 
	height:100%;
}

img {
	border: 0;
}

#container {
	width:800px; 
	height:500px; 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-250px auto auto -400px; 
	text-align:center;
}