html {
	height:100%;
	overflow-x:hidden;
}

body {
	background-color:#50452f;
	overflow-x:hidden;
	height:100%;
}

#bgwrapper {
	width:1050px;
	position:absolute;
	left:50%;
	margin-left:-525px;
	padding:0;
	background:#50452F url('../images/momexx-bg.jpg') repeat-y scroll top left;
	min-height:100%;
}

#container {
	width:950px;
	margin:0 50px;
	/*position:absolute;*/
	/*left:50px;*/
}

	#header {
		width:950px;
		height:191px;
		background: #fff url('../images/momexx-header.jpg') no-repeat scroll top center;
	}
	
	#sidebar {
		padding-bottom:69px;
		/*width:365px;*/
		width:325px;
		float:left;
	}
	
	#content {
		padding-bottom:69px;
		/*width:585px;*/
		width:625px;
		/*margin-left:365px;*/
		float:left;
	}
	
	#footer {
		width:950px;
		height:69px;
		background: #fff url('../images/momexx-footer.jpg') no-repeat scroll top center;
		position:absolute;
		bottom:0;
		clear:both;
	}