body,html {
	margin: 0;
	padding: 0;     
}

body{ background:#008800 url("/img/bg.png") top left repeat-x;font-family:"verdana","lucida grande","trebuchet ms";
	color: #555;
}

#side_tab {
	width: 73px;
	height: 30px;
	position: absolute;
	top: 180px;
	left: 44px;
	background: url("/img/side_tab.png") top left repeat-x;
	z-index: 10;
}
body>div#side_tab {
	position:fixed;
}

#floating_page {
	width: 680px;
	position: absolute;
	top: 30px;
	left: 50px;
}
/*body>div#floating_page {
	position:fixed;
}*/

#main_content {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

#bottom_menu {
/*	background: #ccc;*/
	text-align: center;
	font-size: .7em;
	color: #ddd;
}
