@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	color:#FFF;	
	font-family:candara;
	background-repeat:no-repeat;
	background-position: center ;
}


.div1{
	width:620px;
	height:413px;
	border:solid;
	border-width:1px;
	margin-top:220px;
	margin-left: auto;
  	margin-right: auto ;
	color:#FFF;

}
.bodybox{
	width:950px;
	height:1000px;
	margin-left: auto;
  	margin-right: auto ;
	margin-top:-10px;
	background-color:#000;
}
.headbox{
	position:relative;
}

.menybox{
	position:relative;
	width:170px;
	height:400px;
	margin-top:20px;
	left:15px;
	font-family:candara;
	font-size:18px;
	float:left;
}
.contbox{
	background-color:#333;
	width:710px;
	height:650px;
	float:left;
	margin-top:20px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	
}
.pic1{
	position:relative;
	width:200px;
	height:150px;
	border:solid;
	border-width:1px;
	float:left;
}
.pic2{
	position:relative;
	width:200px;
	height:150px;
	border:solid;
	border-width:1px;
	float:left;
}
.pic3{
	position:relative;
	width:200px;
	height:150px;
	border:solid;
	border-width:1px;
	float:left;
}

