*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
}

body
{
	background: #000 url('../images/bg.jpg') repeat-x;
}

#wrapper
{
	position: relative;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px;
	background-color: #fff;
	border-left: solid 4px #fff;
	border-right: solid 4px #fff;
}

#header_wrapper
{
	position: relative;
	width: 100%;
	height: 89px;
	border-bottom: #ccc 1px solid;
	background: #fff;
}

#menu_wrapper
{
	z-index: 10;
	position: relative;
	width: 950px;
	height: 41px;
	background: #fff;
	padding-left: 9px;
	border-bottom: #ccc 1px solid;
}

#content_wrapper
{
	position: relative;
	width: 100%;
	background: #fff;
	padding-bottom: 50px;
}

#footer_wrapper
{
	position: relative;
	width: 960px;
	height: 40px;
	margin: 0 auto;
	background: #fff;
}
