body {
	background-image:url(../images/background.jpg);
 	background-attachment:fixed; 
	background-repeat:no-repeat; 
	background-position:center !important;
	background-color:#000000;
	text-align: center;
	text-align: -moz-center;

}

.wrap {
	background-image: url(../images/back1.jpg);
	width: 1000px;
	height: 717px;
	margin-right: auto;
	margin-left:auto;
	margin-top: 2%;
	text-align:left;
	position:relative;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	
}


a {
	text-decoration:none;
	color:#750000;
		
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}

.buttons {
	width: 400px;
	position:absolute;
	top:130px;
 	left:30px;
	text-decoration:none;
}	

.nav {
	width: 920px;
	position:absolute;
	top:290px;
 	left:40px;
	text-align:center;
}	

.footnote {
	position:absolute;
	top:689px;
 	left:778px;
}	

.content {
	width: 620px;
	height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
	position:absolute;
	top:340px;
 	left:40px;
}	

.rightpic {
	width: 300px;
	height: 320px;
	position:absolute;
	top:340px;
 	left:660px;
}	


