@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	color: #FFF;
}
#image{ 
	position: absolute;
	width: 960px;
	height: 720px;
	left: 50%;
	margin-left: -480px;
	padding-bottom: 100px;
}