/* CSS Document */

body {
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
  }
table
{ 
margin-left: auto;
margin-right: auto;
}
  #top {
  	background-image:url(haluktopbkgnd.jpg);
	background-repeat:no-repeat;
	height:160px;
	}
	  #test {
	  position:relative;
	  top:124px;
	}
		  #bottom {
	  position:absolute;
	  top:500px;
	    	background-image:url(vegasbottom.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	overflow:hidden;
	}
			  #contentarea {
	  position:absolute;
	  top:160px;
	    	background-color:#FFF;
	width:100%;
	height:340px;
	overflow:auto;
	}
.style3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#contentarea a:link {
	color: #000;
	text-decoration: none;
}
#contentarea a:visited {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
#contentarea a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
