/*
----------------------------------------------------------------------------- 
 splash page css 
 ----------------------------------------------------------------------------- */
.container{ 
	width:732px; 
	margin:auto; 
	display:table;
}

#cont{ 
	width:722px; 
	margin: 30px auto 0px; 
	display:table;
}
#cont ul{ 
	width:722px;
	margin: 0;
	padding: 0;
	list-style:none;
}
#cont li{ 
	float:left;
	margin: 0;
	padding: 0;
}


.button1{
	width:359px;
	height:191px;
}

.button1 a{  
	background:url(../splash_images/but_finefoodaus.gif) no-repeat 0px 0px;
	width:359px;
	height:191px;
	display: block;
}

.button1 a:hover{  
	background:url(../splash_images/but_finefoodaus.gif) no-repeat 0px -191px; 
}



.button2{
	width:363px;
	height:191px;
}
.button2 a{  
	background:url(../splash_images/but_hotelaus.gif) no-repeat 0px 0px;
	width:363px;
	height:191px;
	display: block;
}

.button2 a:hover{  
	background:url(../splash_images/but_hotelaus.gif) no-repeat  0px -191px; 
}



.button3{
	width:359px;
	height:182px;
}
.button3 a{  
	background:url(../splash_images/but_finefoodperth.gif) no-repeat 0px 0px;
	width:359px;
	height:182px;
	display: block;
}
.button3 a:hover{  
	background:url(../splash_images/but_finefoodperth.gif) no-repeat 0px -182px; 
}



.button4{
	width:363px;
	height:182px;
}
.button4 a{  
	background:url(../splash_images/but_hospitalityperth.gif) no-repeat 0px 0px;
	width:363px;
	height:182px;
	display: block;
}
.button4 a:hover{  
	background:url(../splash_images/but_hospitalityperth.gif) no-repeat 0px -182px; 
}



.button5{
	width:359px;
	height:198px;
}
.button5 a{  
	background:url(../splash_images/but_finefoodqld.gif) no-repeat 0px 0px;
	width:359px;
	height:198px;
	display: block;
}
.button5 a:hover{  
	background:url(../splash_images/but_finefoodqld.gif) no-repeat 0px -198px; 
}



.button6{
	width:363px;
	height:198px;
}
.button6 a{  
	background:url(../splash_images/but_hospitalityqld.gif) no-repeat 0px 0px;
	width:363px;
	height:198px;
	display: block;
}
.button6 a:hover{  
	background:url(../splash_images/but_hospitalityqld.gif) no-repeat 0px -198px; 
}


#stats {
	display: none;
	height: 0;
	line-height: 0;
}
