
/*----------------White Background Stylesheet-------------------------*/
/*---------------------------------------------------------*/


body {
	background:#f5f5f5;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

#outerwrap {
	width:100%;
}

@media screen and (min-width:769px) {

.wrap {
	width:1020px;
}
}