/* large */
/*html, body {
	background: white!important;
}*/

body { background: #fff }

#page_box {
/*	width: auto;*/
/*	overflow: visible;*/
	width: auto;
	border: 0;
	margin: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*
#header {
	width: 100%;
}
*/

#head_nav ul {
	overflow: visible!important;
}
#header, #page_content { overflow: visible; }