html, body{ margin: 0; padding: 0; height: 100%; background-color: #000;}
html { overflow:scroll; }
img 
{
	border-style:none;
	margin-right: 10px;
	margin-top: 5px;
}

#wrapper-horiz-gallery {
	
   position: relative;
   width: 1200px;
   height: 900px;
   margin: 0 auto;
	text-align:left;
   
}

#wrapper-vert-gallery{
   position: absolute;
   top: 50%;
   margin-top: -450px;
   height: 900px;
   width: 100%;
}

#wrapper-content-gallery{
	
	position: relative;
	background:url(../images/site/elves_gallery.jpg) no-repeat;
	width:1200px;
	height:900px;
}

