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

body {
	padding:0px;
	margin:0px;
	width: 100%;
	height:100%;	
	background-color:#FFF;
}
.content { 
	width:910px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
	color: #333333;
	line-height: 1.5;*/
}
.index { 
	width:910px;
	height:520px;
}
/*--------------------------------------------------------------------*/