body{
	background-image: url(../images/tall.jpg);
	font-family: Lithos Pro Sans-Serif;
}

a{
	text-decoration: none;	
	color: #a6c60d;
}

a:hover{
	text-decoration: underline;
	color: red;	
}

#main {
	margin-left: auto;
	margin-right: auto;	
	width: 100%;
}

#slogan{
	position: relative;
	top: 10px;
	left: 390px;
	font-size: 30px;
	font-weight: bold;
	color: #4a4738;	
	z-index: 3;
}

#header{
	width: 980px;
	max-height: 100px;
	height: 100px;
	background-image: url(../images/header.jpg);	
	background-repeat:no-repeat;
	overflow: hidden;
}

#movie{
	position: relative;
	top: 10px;
	left: 400px;
	width: 400px;	
	font-size: 20px;
	text-align: center;
	z-index: 10;
}

#content{
	width: 980px;
	height: 500px;	
	background-image: url(../images/main.jpg);	
	background-repeat:no-repeat;		
}

#feature{
	position: relative;
}

#feature img{
	width: auto;
	height: 150px;
	padding-left: 70px;	
}

#catalog{
	position: absolute;
	top: 420px;
	left: 30px;
	width: 250px;	
	z-index: 4;
}

#catalog img{
	width: auto;
	height: 150px;
	border: 70px;
}

#content2{
	width: 970px;
	background-color: #ffffff;
}

#content2 img{
	border: 0px;
	margin-left: 325px;	
}

#content2 p{
	
}

#story{
	position: absolute;
	top: 630px;
	left: 30px;
	width: 250px;	
	z-index: 5;
}

#form {
	background-image: url(../images/form.png);
	background-repeat:no-repeat;
	margin-left: 400px;
	font-size: 20px;	
	height: 250px;
	text-align: center;
}

#form input{
	width: 260px;	
}

#form2 {
	background-image: url(../images/form2.png);
	background-repeat:no-repeat;
	margin-left: 400px;
	font-size: 20px;	
	height: 500px;
	text-align: right;
	padding-right: 150px;
}

#form2 input{
	width: 260px;	
}

#footer{
	width: 980px;
	height: 200px;
	background-image: url(../images/footer.jpg);	
	background-repeat:no-repeat;	
}

#copyright{
	position: relative;
	top: 100px;
	left: 720px;
	height: 100px;
	width: 300px;	
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 