body {
    min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(img/bg.jpg) no-repeat fixed;
}
.clear {clear:both;}
.bgimage {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}
#abovecontent {
    width: 800px;
	height: 120px;
	margin:25px auto 60px auto;
	padding:30px;
	text-align:center;
	vertical-align: middle;
}


#menu {
	padding:0;
	margin:0 auto 20px auto;
	font-size:20px;
	width:240px;
	text-align:center;
}

#menu ul {
	padding:0;
	margin:0;
	height:30px;
}

#menu li {
	list-style:none;
	float:left;
	width:80px;
	height:30px;
	margin:0;
	padding:0;
	text-shadow:2px 2px 2px #333333;
}

#menu a {
	text-decoration:none;
	color:#fff;
}

#menu a:hover {
	color:#7bced6;
}

#content {
    width: 700px;
    height: 170px;
	margin:0 auto 20px auto;
	text-align:center;
	padding:30px;
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);					// second!

}
#left {
    width: 700px;
	text-align:center;
	z-index:10;
	opacity: 1;
	font-size:14px;
	
}

#left h2 a {
	color:#FFF;
	text-decoration:none;
}

#left a:hover {
	color:#7bced6;
}

#holding-form {
    width: 250px;
	float:right;
	position:relative;
	z-index:10;
	opacity: 1;
}
h1 {
	padding:0;
	margin:0 auto;
	font-size:240%;
	color:#FFF;
	text-shadow: 0.1em 0.1em #666
}
h2 {
	padding:0;
	margin:0 auto;
	font-size:140%;
	color:#FFF;
}

#holding-form input {
	width: 250px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#name {
	position:absolute;
	left:0;
	top:0;
}
#email {
	position:absolute;
	left:0;
	top:40px;
}
#tel {
	position:absolute;
	left:0;
	top:80px;
}
#submit {
	position:absolute;
	left:0;
	top:120px;
	background:#FFF;
	border:#000000 1px solid;
	color:#000;
	padding:5px 14px;
	text-align:center;
	cursor:pointer;
}
#submit:hover {
	background:#7bced6;
	color:#FFF;
	border:#000 1px solid;
}
#gallery {
	margin:8px auto;
	text-align:center;
	width:940px;
	height:123px;
}

#home-gallery {
	margin:8px auto 60px auto;
	text-align:center;
	width:940px;
	height:123px;
}

#prices {
	margin:8px auto;
	text-align:center;
	width:940px;
	height:50px;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

.gallery {
	
	margin:0 12px;
	position:relative;
	float:left;
	width:160px;
	height:123px;
	text-shadow:2px 2px 2px #333333;
}

#gallery h3 {
	vertical-align:bottom;
}

#gallery img {
	width:150px;
	position:absolute;
	left:0;
	top:0;
	border:5px solid #fff;
	cursor:pointer;
}

#home-gallery img {
	width:150px;
	position:absolute;
	left:0;
	top:0;
	border:5px solid #fff;
	cursor:pointer;
}

#gallery img:hover {
	width:300px;
	left:-70px;
	top:-50px;
	z-index:99;
}

#home-gallery img:hover {
	width:400px;
	left:-70px;
	top:-100px;
	z-index:99;
}

input {outline: none;}