body,
body * {
	margin:0;
	padding:0;
	}
	
html {
	height:100%;
	min-height:100%;
	}
	
body {
	position:relative;
	width:860px;
	height:100%;
	min-height:600px;
	margin:0 auto;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	}
	
	body.left {
		text-align:left;
		}
	
.top, .bottom {
	position:absolute;
	width:100%;
	height:5px;
	background: #ffc90e;
	background: -moz-linear-gradient(left,  #994117 0%, #ffc90e 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#994117), color-stop(100%,#ffc90e));
	background: -webkit-linear-gradient(left,  #994117 0%,#ffc90e 100%);
	background: -o-linear-gradient(left,  #994117 0%,#ffc90e 100%);
	background: -ms-linear-gradient(left,  #994117 0%,#ffc90e 100%);
	background: linear-gradient(to right,  #994117 0%,#ffc90e 100%);
	text-align:center;
	}
	
.top {
	top:0;
	}
	
.bottom {
	bottom:0;
	}
	
h3 {
	position:relative;
	top:10%;
	}

h4 {
	position:relative;
	top:15%;
	}

h2 {
	position:relative;
	top:21%;
	}

h1 {
	position:relative;
	top:30%;
	font-family:Arial, Helvetica, sans-serif;
	color:#832209;
	}
	
a {
	color:#832209;
	}
	
.about {
	position:absolute;
	left:0;
	bottom:10px;
	}
	
.copy {
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
	}
	
.pdf {
	position:absolute;
	bottom:10px;
	right:0;
	}	

.one {
	position:relative;
	top:35%;
	}

.two {
	position:relative;
	top:40%;
	}

.three {
	position:relative;
	top:45%;
	text-align:right;
	}
	
.four {
	position:relative;
	top:46%;
	text-align:right;
	}
	
.five {
	position:relative;
	top:9%;
	} 
	
.six {
	position:relative;
	top:11%;
	} 
	
.seven {
	position:relative;
	top:14%;
	} 
	
.eight {
	position:relative;
	top:18%;
	} 
	
.nine {
	position:relative;
	top:22%;
	} 
	
.ten {
	position:relative;
	top:25%;
	}
	
.eleven {
	position:relative;
	top:30%;
	} 
	
.rollover {
  background:url(../images/dom.png) no-repeat;
  display block;
  width: 80px;
  height: 56px;
  position:absolute;
  top:0;
  left:-115px;
  }
   
.rollover:hover {
  margin-left:3px;
  background: url(../images/dom_h.png) no-repeat;
  }  
