body {
	text-align: center;
}

#header {
	width: 100%;
	
}
#content {
	position: relative;
	float: right;
	width: 478px;
	border-left: 2px #39311a solid;
	min-height: 501px;
	padding: 9px;
	background-color: #fff;
}
#leftpanels {
	width: 464px;
	position: relative;
	float: left;
}
#menuheader {
	width: 100%;
	height: 30px;
	background-color: green;
}
#menu {
	position: relative;
	float: left;
	width: 160px;
}
#moviepane {
	position: relative;
	float: right;
	width: 200px;
	height: 300px;
	background-color: yellow;
}
#menufooter {
	width: 100%;
	height: 30px;
	background-color: green;
	clear: both;
}
#footer {
	width: 962px;
	margin: 20px auto;
	margin-top: 0;
	position: relative;
	clear: both;
	border: 1px #3b2e06 solid;
	border-top: 0;
	-webkit-box-shadow: 2px 2px 20px #baad86;
}
#bottommenu {
	width: 100%;
	clear: both;
}
#treefrog {
	text-align: left;
	position: relative;
	float: left;
}
.treefrog-home {
	margin-top: 10px;
}