html, body {
   height:100%;
   margin:0;
   padding:0;
}

body {
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#090909;
	font-weight: bold;
}

img {
	border: none;
}

#vertical { 
   height:50%;
   width:1px;
   margin-bottom:-390px; /* half the wrappers height */
   float:left;
}
#wrapper {
   margin:0 auto; /* use if centering horizontally  */
   text-align:left; /* set text back to default if centering horizontally  */
   position:relative;
   height:780px;
   width:900px;
   clear:left;
   background: url('../images/bodybg.jpg') no-repeat;
   padding-left:10px;
   padding-top: 200px;

}

#social {
	width: 168px;
	float: left;
	margin-top: 80px;
	margin-left: 300px;
}

#contact {
	width: 168px;
	margin-left: -79px;
	margin-top: 10px;
}

#social img {
	margin-right: 5px;
}

a.photogrollover {
	display: block;
	width: 387px;
	height: 88px;
	text-decoration: none;
	background: url("../images/photog.png");
}
	
a.webrollover {
	display: block;
	width: 325px;
	height: 88px;
	text-decoration: none;
	background: url("../images/web.png");
	margin-left: 64px;
	margin-top: 60px;
}
	
a.photogrollover:hover {
	background-position: -387px 0;
}
	
a.webrollover:hover {
	background-position: -325px 0;
}
	
.displace {
	position: absolute;
	left: -5000px;
}