* {
	margin: 0;
	padding: 0;
	border: 0;
}

html,
body {
	height: 100%;
	font: 1em Tahoma, Sans-Serif;
	background-color: #DDD;
}

#wrapper {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	margin-top: -135px; /* Adjust according to footer size */
	overflow: hidden;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	background-color: #FFF;
}

#header {
	height: 189px;
	padding-top: 135px; /* Adjust according to footer size */
}

#menu_wrapper {
	width: 100%;
	float: left;
}

#menu {
	margin: 0 840px 0 0; /* Adjust according to left and right column width */
}

#center {
	width: 840px;
	margin-left: -100%;
	float: right;
	background-image: url('../images/1500/back_ground_body.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
	/*position: relative;*/
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	height: 135px;
	clear: both;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
}

p.hidden {
	display: none;
}
