body
{
	position:relative;
	padding :0;
	margin: 0;
	background-image:url("../img/bg.png");
}


.container
{
	position:relative;	
	margin: 0 auto;
	margin-top:1.25%;
	width:1040px;
	height:600px;
	background:url("../img/index/roadV3.png") no-repeat;

}
.logo
{
	position: absolute;
	margin-top: 220px;
	margin-left:28px;
	width:325px;
	height:345px;
	background-position: center;
	background:url("../img/index/logo.png") no-repeat;	 	
	
	transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
}
.logo:hover, .logo:active
{
	background-position: center;
	background:url("../img/index/logoH.png") no-repeat;	 	
}

.about
{
	position:absolute;
	margin-left:110px;
	margin-top:58px;
	width:320px;
	height:190px;
	background-position:center;
	background:url("../img/index/about.png") no-repeat;
	
	transition: background-image 0.5s;
	transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
	
}
.about:hover, .about:active
{
	background-position:center;
	background:url("../img/index/aboutH.png") no-repeat;
}

.news
{
	position:absolute;
	margin-left:355px;
	margin-top:280px;
	width:216px;
	height:205px;
	background-position:center;
	background:url("../img/index/news.png") no-repeat;
	
	transition: background-image 0.5s;
	transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
}

.news:hover, .news:active
{
	background-position:center;
	background:url("../img/index/newsH.png") no-repeat;
}

.events
{
	position: absolute;
	margin-left:560px;
	margin-top:50px;
	width:262px;
	height:204px;
	background-position:center;
	background:url("../img/index/event.png")no-repeat;
	
	transition: background-image 0.5s;
	transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
}

.events:hover, .events:active
{
	background-position:center;
	background:url("../img/index/eventH.png") no-repeat;
}

.events a
{
	display:block;
	width:262px;
	height:204px;
}

.packages
{
	position:absolute;
	margin-left:700px;
	margin-top:200px;
	width:290px;
	height:167px;
	background-position:center;
	background:url("../img/index/packages.png") no-repeat;
	
	transition: background-image 0.5s;
	transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
}


.packages:hover, .packages:active
{
	background-position:center;
	background:url("../img/index/packagesH.png") no-repeat;
}

.contact
{
	position:absolute;
	margin-left:730px;
	margin-top:380px;
	width:273px;
	height:166px;
	background-position:center;
	background:url("../img/index/contact.png") no-repeat;
	
	transition: background-image 0.5s;
	transition: background-image 0.5s;
	-moz-transition: background-image 0.5s;
	-webkit-transition: background-image 0.5s;
	-o-transition: background-image 0.5s;
}
.contact:hover, .contact:active
{
	background-position:center;
	background:url("../img/index/contactH.png") no-repeat;
}
footer
{
	margin:0 auto;
	width:1040px;
	color:#C2896D;
	font-family:"Vollkorn", "Georgia", serif;
	font-size:13px;
	margin-top:-10px;
}
footer p
{
	text-align:center;
}
/* Displays a warning message if in portrait mode on landing page
Kinda ruins the experience.
.warning
{
	display:none;
}

@media only screen and (orientation:portrait){
	.warning
	{
		display:block;
		background-image:url('../img/imgcontent/bgred.png');
		width:100%;
		height:30px;
		top:0;
		padding-top:7px;
		position:fixed;
		text-transform:uppercase;
		text-align:center;
		font-family:"Euph", "Georgia", Times, serif;
		color:#7f2813;
		border-bottom:2px solid #EDB498;
	}
	body
	{
		margin-top:40px;
	}
}

@media only screen and (orientation:landscape){
	.warning
	{
		display:none;
	}
}
*/


