body {
	background-image:url(../images/bg_menu.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#header {
	height:48px;
	overflow:hidden;
}
.expandable {
	width:auto;
	min-height:379px;
	height:379px;
	background-image:url(../images/bg_gray.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#5D5D5D;
	height:auto;
	border:0;
	margin:0;
	padding:0;
}
.expandable p {
	margin:0;
	padding:10px 0;
	color:#CCC;
}
#footer {
	background-image:url(../images/bg_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:auto;
	display:block;
	min-height:67px;
	height:67px;
	height:auto;
}