/* html tags */
html, body { 
  height:100%;
}
body{
	text-align: center;
	background-color: #000000;
	margin:0;
}
a{
	cursor:pointer;
	background-color: #000000;
	font-weight:bold;
	text-decoration:none;
}
th, td{ 
  text-align:left; 
}
img{ border:0px none; }
}
td{ 
  margin: 0;
  padding: 0; 
  vertical-align: top; 
}
ul{
	padding:0 0 0 15px;
	margin:0;
}
/*
  Layout
*/
#container{
	display:table;
	width: 936px;
	height: 567px;
	position:absolute;
	top:50%;
	left: 50%;
	margin: -283px 0 0 -468px;
	padding: 0;
}
