html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body {
	border-top: 10px solid #000;
	
	}
	
#container {
	width: 960px;
	margin: 0 auto;
	}
	
#page-background {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index:-1;
	}
	
	
#content {
	width: 960px;
	position: absolute;
	top:10px;
	z-index:-1;
	}
	
#contact {
	width: 450px;
	border: 1px solid #efefef;
	background: #fff;
	padding: 25px;
	margin: 0 auto;
	margin-top: 10px;
	box-shadow: 0px 0px 5px #efefef;
	-webkit-box-shadow: 0px 0px 5px #efefef; 
	-moz-box-shadow: 0px 0px 5px #efefef;
	}
	
/* -- HOME NAV -- */
	
#nav {
	width: 509px;
	display: inline;
	height: 52px;
	z-index: 2 ;
	}
	
	#nav ul {
		width: 509px;
		height: 52px;
		margin-top: 140px;
		margin-left: 400px;
		}
		
	#nav ul li a{
		display:block;
		float:left;
		padding-right: 30px;
		color: #444;
		text-decoration: none;
		}
		
		#nav ul li a:hover {
			color: #444;
			text-decoration: underline;
			}
	


#footer{
	width: 360px;
	color: #fff;
	padding-top: 30px;
	margin-right: 100px;
	float: right
	}
	
#footer p{
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: right;
	}
	
#footer a{
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

	
#footerContact{
	width: 360px;
	color: #fff;
	padding-top: 30px;
	margin-right: 250px;
	float: right
	}
	
#footerContact p{
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: right;
	}
	
#footerContact a{
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}
	
#footerContact a:hover {
	color: #fff;
	text-decoration: underline;
	}

	


#thumbs {

	width: 960px;
	margin: 00px 0 0 75px;
	}

#thumbs img {border: 7px solid #fff; margin-top: 7px;}
#thumbs img:hover {border: 7px solid #444;}