@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}


	
img {

border-style: none;
}


#container {
	position:relative;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	background-image: url(../images/mainPicNew.jpg); /* the auto margins (in conjunction with a width) center the page */
	background-repeat: no-repeat;

	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 50% 10px;
}


 #mainContent {
	background-image: url(../images/wall.jpg);
	background-repeat: no-repeat;
	width: 900 px;
	height: 160 px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;	
}

#logo {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	background: #000000;
	margin-top: 10px;
	margin-left: 320px;
	padding: 10px;
	color: #CCCCCC;
	margin-right: 300px;
	
}

#PDFlink {
	position: relative;
	margin-top: 578px;
	margin-left: 670px;
	height:35px;
	width:200px;
}



#footer {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	background: #000000;
	margin-top: 10px;
	padding: 20px;
	color: #CCCCCC;
}

#PDFlink a {
  position: absolute;
  height: 30px;
  width: 275px;
 top: -15px; 
 left:-35px;
  text-decoration: none;
  }


