@charset "UTF-8";
/* CSS Document */
#body{
	padding:0px;
	margin:0px;
	text-align:center;
	background:#000000;
}

#content{
	padding:0px;
	margin:27px auto;
	text-align:left;
	width:1166px;
}

img{
	border:none;
}

#left{
	float:left;
	width:542px;
}

#right{
	float:right;
	width:624px;
}

