body{
		margin:				0px;
		padding:			0px;
		background-color:	#6dbdc6;
}

#whynotbg{	/* main bg */
		padding:			0px;
		margin: 			0 auto;
		width:				100%;
		height:				100%;
		background:			url( ../images/whynotbg.jpg ) no-repeat;
		background-position:top center;
}

#bgwhynot{ /* background image to cover up rendering bug */
		width:				1862px;
		height:				932px;
		background-image:	url( ../images/whynotbg.jpg );
		display:			block;
		left:				50%;
		top:				0px;
		position:			absolute;
		margin-left:		-931px;
		z-index:			-1000;
}


#maincontent{
		margin:				0 auto;
		width:				994px;
		display:			block;
		height:				922px;
		padding-top:		10px;
}

