#footer {display:none;}
body,#body{position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
#image {
	min-width:778px;
	max-width:970px;
	margin:0 auto;
	padding:0px;
}
img
{
	padding:0px;
	margin:0px;
	border:none;
	box-shadow: #000 1px 0px 3px;
}
a
{
	border:none;
	color:rgba(0,0,0,0);
}
h4
{
	text-align:center;
	padding:5px 0 5px 0;
	margin:0px;
	color:#ddd;
	text-shadow:#000 2px 2px;
	 overflow: hidden;
	 height: 20px;
}

#image div
{
	width:30%;
	height:250px;
	float:left;
	margin:2px;
	padding:0px;
	
	background: url(../img/background/wood2.jpg);
	text-align: center;
	border-radius:5px;
	box-shadow: #000 3px 3px 5px;
	position:relative;
}
#image div img
{
	max-width:95%;
	max-height:80%;
	position:relative;
	margin:5px;
	top:5px;
}
