@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px; }
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}
.clear { clear: both; }
img { border: 0px; }
#container {
	width: 806px;
	height: 1170px;
	background-image: url('../_images/background.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
#container #header {
	width: 806px;
	height: 285px;
	background-image: url('../_images/header.jpg');
	background-repeat: no-repeat;
}
#container #header .date {
	width: 180px;
	height: 20px;
	color: #FFFFFF;
	margin-top: 45px;
	float: right;
	margin-right: 50px;
	font-size: 15px;
}
#container .box_top {
	width: 738px;
	height: 10px;
	background-image: url('../_images/box_top.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#container .box_middle {
	width: 738px;
	background-color: #ea2411;
	margin-left: auto;
	margin-right: auto;
}
#container .box_middle .media_picture1 {
	width: 385px;
	height: 265px;
	background-image: url('../_images/media_picture1.jpg');
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
}
#container .box_middle .leftsection {
	width: 330px;
	float: left;
}
#container .box_bottom {
	width: 738px;
	height: 12px;
	background-image: url('../_images/box_bottom.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#container .box_middle .one {
	width: 33px;
	height: 32px;
}
#container .box_middle .two {
	width: 33px;
	height: 32px;
}
#container .box_middle .three {
	width: 33px;
	height: 32px;
}
#container .box_middle .four {
	width: 33px;
	height: 32px;
}