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

body {
	background-color: #000000;
}

#container{
width: 640px;
height: 288px;
position:absolute;
left: 50%;
top: 50%;
margin-left: -320px;
margin-top: -144px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

