/**
main css
**/

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
/**	color: #FFF;
**/
	background-color: #362312;

	
}

iframe { 
	overflow-x: hidden;
	overflow-y: auto; 
	}

#Container{

	position: relative;
	width: 760px;
	height: 100%;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
}

#header { 
	margin: auto;
	padding: 0px;
	width: 760px;
	height: 219px;
	background: #362312;
}

#audioBg{
	background-image:url("./resources/Bgrnd-Wimpy.jpg");
	float:right;
	position: relative;
	width: 760px;
	height: 25px;

}	

/*.active-scroll-bars {
	overflow-x: hidden;
}
*/	

/*#mainBodyBg{
	background-image: url("./resources/Bgrnd-MainBody700x401.jpg") no-repeat center top;

	margin:0 auto;
	padding:0;
	
	width: 700px;
	height: 401px;
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	overflow:auto;

}
*/

#mainBody{
/*	background-color: #362312;
	background: url("./resources/Bgrnd-MainBody700x401.jpg") no-repeat center top;
*/
	right: 0;
/*	left: 0;
*/
	padding: 0;
	margins: 0 auto;
	
	width: 700px;
	height: 401px;
	position: relative;
	top: 0px;
	
	
/*	margin:0;
	padding: 0;
	*/

}


