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

html, body{margin:0; padding: 0; height:100%; width:100%;}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}

.siteWidth{
	min-width:770px;
	width: 100%;	/*1064px;	/*set to 100% for responsive */
	max-width:1080px;
}
#masterContainer {
	position:relative;
	height:auto !important;
	height:100%; 			/* IE6: treaded as min-height*/
	min-height:100%;
	margin: 0;
	overflow:hidden;
}
#container{
	position:relative;
	margin: 0 auto;
}
