@charset "utf-8";
/* CSS Document */
body{
	margin:0 0 0 0;
	background-color:#000000;
}

#containercontent {
	background-image:url(../images/newsdetail_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:600px;
}

#containercontent #header {
	height:140px;
}
#containercontent #header #logo{
	margin-top:35px;
	margin-left:23px;
	float:left;
}

#containercontent #header #titlepic{
	margin-top:20px;
	margin-left:23px;
	float:right;
}

#containercontent #mainbody{
	clear:both;

}

#containercontent #mainbody #title{
	font-size:14px;
	color:#c5c5c5;
	text-align:center;
}

#containercontent #mainbody #content{
	font-size:14px;
	color:#c5c5c5;
	width:500px;
	margin:auto auto;
}

#containercontent #footer{
	margin-top:45px;
}
