/* 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:25px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	list-style-type: none;
	width: 850px;
	height: 50px;
	overflow: hidden;
	background-image:url(../images/footer.jpg);
	display: inline;
	float: left;
}
