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

body {
	margin:0;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
}

#container{
	width:730px;
	margin:0 auto;
	height: 730px;

}

#header{
width:800px;
height:235px;
}

#picbox{
width:239px;
height:235px;
float:left;
text-align:center;
}
#logobox{
	width:520px;
	height:190px;
	float:left;
	margin: 10px;
	padding: 10px;
	text-align:center;
}
#imageblock{
	width:800px;
	height:200px;
	float:left;
	text-align:center;
}
.pic{
	float:left;
	margin: 12px;
}
#textbox{
	width:800px;
	height:150px;
	float:left;
}
#footer{
width:800px;
height:80px;
float:left;
}

