@charset "utf-8";

/* **************************************************
  elements
************************************************** */
html,
body {
	min-width: 1000px;
	height: 100%;
}



/* **************************************************
  container
************************************************** */
#container {
	height: 100%;
	min-height: 610px;
}



/* **************************************************
  wrapper
************************************************** */
#wrapper {
	background: url(../images/bg.jpg) no-repeat 50% 0%;
	height: 100%;
	position: relative;
}



/* **************************************************
  header
************************************************** */
#header {
	position: absolute;
	z-index: 9999;
	left: 0px;
	top: 0px;
}
#header-inner { min-width: 1000px; }



/* **************************************************
  footer
************************************************** */
#footer {
	left: 0px;
	z-index: 9999;
}
#footer #footer-inner {	padding: 0px 20px; }




/* **************************************************
  content
************************************************** */
#content {
	width: 100%l;
	min-height: 555px;
}
#content #content-inner {
	width: 100%;
	height: 500px;
	margin-top: -250px;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 0px;
}



