body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#F1F1F1;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	color: #000;
	background-image:url(../images/content5.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
}
.container {

	width: 1000px;
	background:none;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	height:610px;
	
}

.content {
	width:500px;
	height:500px;
	padding-top:60px;
	text-align:left;
	padding-left:45px;
	

	}
	
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	
	}
	
ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	
	}


img {

  text-align: center;
  margin-top: 0;
}
	
.disclaimer {
	text-align:center;
	font:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#CCC;
	margin:0;
	padding-top:0;
	padding-bottom: 10px;
	
}

.links {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	font-stretch:extra-expanded;
	padding-right: 15px;
	padding-left: 15px;
	text-align:center;
	padding-bottom: 25px;
}

.next {
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	font-stretch:extra-expanded;
	padding-right: 15px;
	padding-left: 15px;
	text-align:right;
}

a:link {
	color:#999;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#999;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#999;
	font-weight:bold;
	}