@charset "UTF-8";
/* Project Down Under */

html, body{
	background-image:url(img/bg.gif);
	}

#oz1{
	height:877px;
	width:500px;
	top:0px;
	left:50%;
	margin-left:-500px;
	position:absolute;
	background-image:url(img/1.png);
	}


#oz2{
	height:877px;
	width:500px;
	top:0px;
	left:50%;
	margin-left:0px;
	position:absolute;
	background-image:url(img/2.png);
	}
	
.block{
	height:8px;
	width:300px;
	top:0px;
	left:10px;
	position:absolute;
	background-image:url(img/bg.gif);
	z-index:1;
	}
	
.countdown{
	top:-20px;
	left:10px;
	position:absolute;
	z-index:0;
	}


.blog a{
	height:122px;
	width:148px;
	top:280px;
	left:50%;
	margin-left:-550px;
	position:absolute;
	background-image:url(img/blog.png);
	}
	
.blog a:hover{
background-position:0px -123px;
background-image:url(img/blog.png);
}


.map a{
	height:122px;
	width:168px;
	top:120px;
	left:50%;
	margin-left:300px;
	position:absolute;
	background-image:url(img/map.png);
	}
	
.map a:hover{
background-position:0px -125px;
background-image:url(img/map.png);
}

.gallery a{
	height:115px;
	width:228px;
	top:700px;
	left:50%;
	margin-left:-230px;
	position:absolute;
	background-image:url(img/gallery.png);
	}
	
.gallery a:hover{
background-position:0px -120px;
background-image:url(img/gallery.png);
}


.copyright a{
	height:43px;
	width:375px;
	bottom:0px;
	right:5px;
	position:fixed;
	background-image:url(img/copyright.png);
	}
	
.copyright a:hover{
background-position:0px -50px;
background-image:url(img/copyright.png);
background-repeat:no-repeat;
}

