body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: Verdana, Tahoma, sans-serif;
color: #465D72;
}

#framecontent{
position: absolute; 
bottom: 0; 
left: 0; 
width: 100%; 
height: 80px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #465D72;
color: white;
}

#maincontent{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 80px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto; 
}

#maincontent a{
color: #000;
text-decoration: none; 
}

#maincontent a:hover{
	border-bottom: 1px solid #000;
}

.innertube{
margin: auto; /*Margins for inner DIV inside each DIV (to provide padding)*/
font-size: 14px;
}

.innertube ul{
	text-align: center;
	padding: 0;
	margin-top: 7px;
}
.innertube li{
	font-size: 14px;
	text-align: left;
	display: inline;
	margin-right: 20px;
	font-weight: 100;
}

* html body{ /*IE6 hack*/
padding: 0 0 80px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#logo {
	margin: auto;
	display: block;
	margin-top: 30px;
}
#meat {
	margin:auto;
	width: 685px;
	margin-top: 27px;
	text-align: left;
}

.wrap {
	margin:auto;
	text-align: center;
}
