/* CSS Document */
@charset "utf-8";
body {
margin : 0;
padding : 0;
text-align : center;
background-color : #000;
}
#container {
width : 99%;
margin-top : 0;
margin-right : auto;
margin-bottom : 0;
margin-left : auto;
top : 50px;
position : relative;
left : 5px;
text-align : center;
}
#Content {
	height : 100%;
	position : relative;
	top : 50px;
	left : 0;
	width : 99%;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 30px;
	padding-left : 0;
	white-space : nowrap;
	overflow: auto;
}
#Content img {
height : auto;
width : auto;
padding : 0px;
}
