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

*
{
	margin:0;
	padding:0;
}

body
{
	background:#000;
}

#content
{
	width:1080px;
	height:750px;
	/*margin-top:50px;*/
	margin-left:auto;
	margin-right:auto;
	/*border:solid #333;*/
}