/*
body {
	background-color: black;
	background-image: url('/sites/yhp/images/carbonfiber2.jpg');
	
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	color: #FFF;
}
*/
.fillerbox {
	
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 25%; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#maincontent{
	position: fixed;
	top: 0; 
	left: 25%; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto; 
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	position: relative;
}

#boxHeader {
	position: relative;
	text-align: center;
}



#eatFooter {
	display: none;
}