﻿body {	
	background-position:center top;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height:100%;	
}
input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
}
#wrapper {
	margin: 0 auto ;
	width: 1002px;
	height: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0);
	background: #fff;	
}
#banner
{
	height:300px;
	width:1002px;	
}
#content {
	margin: 0 15px;
	height: 100%;
	font-size: 13px;	
	color: #666;
	min-height:500px;
	padding-bottom:10px;
}