@charset 'UTF-8';

body{
	margin:0 auto;
	padding: 0;
	text-align:center;
	background-color: #000;
	background-image: url(images/top_image_logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#container{
	margin:0 auto;
	width:100%;
}

td img {display: block;}