/* CSS Document */

body {
	background:url(images/lol-websitemockup_v105_slice.jpg) repeat-x top center #000;
	background-color:#09010D;
	margin:0px;
}
#container{
	margin:0 auto;
	width:1000px;
	position:relative;
}
#mainContent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
position:relative;
background:url('images/lol_body.gif') no-repeat top center;
padding:0 20px 0 20px;
}

.tableHeader{
	background:url('images/TableHeaderBG.jpg') repeat-x top;
}
.specialsTitle{
font-family:Arial, Helvetica, sans-serif;
font-size:16.5px;
color:#FFFFFF;
font-weight:bold;
}

.specialsContent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.btngames a{
width:198px;
height:188px;
display:block;
background:url("images/btn_games.jpg") no-repeat 0 0;
}

.btngames a:hover{
background-position:0 -188px;
}


.btnattractions a{
width:198px;
height:105px;
display:block;
background:url("images/btn_attractions.jpg") no-repeat 0 0;
}

.btnattractions a:hover{
background-position:0 -105px;
}

.btnbuffet a{
width:198px;
height:105px;
display:block;
background:url("images/btn_buffet.jpg") no-repeat 0 0;
}

.btnbuffet a:hover{
background-position:0 -105px;
}

.btnpartyrooms a{
width:198px;
height:105px;
display:block;
background:url("images/btn_partyrooms.jpg") no-repeat 0 0;
}

.btnpartyrooms a:hover{
background-position:0 -105px;
}

.btncorporate a{
width:198px;
height:106px;
display:block;
background:url("images/btn_corporate.jpg") no-repeat 0 0;
}

.btncorporate a:hover{
background-position:0 -106px;
}

.btnempform a{
width:198px;
height:141px;
display:block;
background:url("images/btn_empform1.jpg") no-repeat 0 0;
}

.btnempform a:hover{
background-position:0 0px;
}

#footer{
	 width:612px;
	 height:142px;
	 /*margin-bottom:20px;*/
	 background:url(images/lol_footer.gif) no-repeat;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 font-style:bold;
	 color:#FFFFFF;
	 position:relative;
	 text-align:center;
	padding:15px 0 20px 0;
}
.footer a:link{
color:#66CC33;

}