body {
	position: relative;
	z-index: 0;
}

html {
  background: #999999;
  position: relative;
  z-index: 1;
}

.page {
  /*
  min-width:760px; 
  max-width:868px;
  */
  width: auto !important; /*IE6 hack*/
  width:868px; /*IE6 hack*/
  margin:0 auto; /*center hack*/
}

.messages {
	text-align:center;
	background-color: #DEDEDE;
}

.header {
  width: 100%;
  height: 165px;
  background: #FFFFFF;
}

.footer {
  width: 100%;
  padding-top: 10px;
  height: 30px;
  background: #FFFFFF;
  float: left;
}

.version {
	float: right;
	position:relative;
	top: -9px;
	font-size: 10px;
}

.content {
  background: #FFFFFF;
  width: 100%;
  border-bottom: 1px solid #999999;
  min-height: 500px;
  float: left;
}

.content_inner {
	text-align: left;
	margin: 10px;
	margin-top: 15px;
}
