/* layout CSS Document */

/* magazine */
#magazine{
	margin-top:50px;
	width:850px;
	height:600px;
}
#magazine .turn-page{
	width:425px;
	height:600px;
	background-color:#000000;
}

/* wap */	
#wap{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 600px;
	background-color: #000000;
}

/* footer */	
#footer {
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	list-style-type: none;
	width: 850px;
	height: 20px;
	overflow: hidden;
	display: inline;
	float: left;
}

#footer2 {
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	list-style-type: none;
	width: 850px;
	height: 50px;
	overflow: hidden;
	display: inline;
	float: left;
}
