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

*{
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
	list-style:none;
}

body{
	background-image:url(../img/bk.jpg);
}

#wraper{
	width:881px;
	height:635px;
	margin:100px auto;
}

#left{
	width:36px;
	height:635px;
	float:left;
}

#right{
	width:36px;
	height:635px;
	float:right;
}

#main{
	width:809px;
	float:left;
}



.main_t{
	width:809px;
}

.main_c{
	width:809px;
	clear:both;
}

.block{
		float:left;
}

.main_b{
	width:809px;
	clear:both;
	overflow:hidden;
}

#photo{
	margin:0;
	padding:0;
	float:left;
}