html, body {
	font-size: 12px;
margin:0; padding:0; width:100%; height:100%; overflow:hidden;
	}

#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

.content {
  position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 621px;
	}

.siteDocs {
  position: absolute;
	right: 0;
	top: 130px;
	font-family: arial;
	}
.siteDocs a {
  color: #fff;
	text-decoration: none;
	margin-right: 10px;
	text-transform: uppercase;
	}

.copyright{
  position: absolute;
	left: 0;
  bottom: -60px;
	height: 40px;
	padding-left: 20px;
	color: #fff;
	}

.designed{
  position: absolute;
  bottom: -60px;
	height: 40px;
	right: 20px;
	color: #000;
	}
.designed a {
	color: #fff;
	}
