BODY {
  background: #fff;
  background-image: url(bg.png);
  background-repeat: repeat-x;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: Black;
  margin: 0px;
  
}
.content{
  background-image: url(page-bg.png);
  background-repeat: no-repeat;
  width: 720px;
  min-height: 488px;
  line-height: 160%;

}

.header{
	 font-size: 16px;
  color: Black;
  
	
}

.content-nologo{
  background-image: url(page-bg-nologo.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 720px;
  min-height: 488px;
  line-height: 160%;

}

.footer{
	
	color: white;
	
}

.space-header{
margin-left: 20px;
font-size: 14px;
font-weight: bold;
}

.admin-behind{
	background-image: url(admin-behind-bg.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: White;
}
