@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000;
}

#container {
	background-image:url(images/poker_run_bkgd3.gif);
	background-repeat:no-repeat;
	width: 960px;
	height:707px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}
#event_info {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	float: left; /* since this element is floated, a width must be given */
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 200px;
	height: 100px;
	padding: 15px 10px 15px 20px;
	margin-top:625px;
	margin-left:40px;
	position:absolute;
}

#registration {
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	float: left; /* since this element is floated, a width must be given */
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 200px;
	height: 100px;
	padding: 15px 10px 15px 20px;
	margin-top:625px;
	margin-left:340px;
	position:absolute;
}
img {
	border-style:none;
}

#contact_us {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	float: left; /* since this element is floated, a width must be given */
/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 200px;
	height: 100px;
	padding: 15px 10px 15px 20px;
	margin-top:625px;
	margin-left:640px;
	position:absolute;
}
#navigation {
	

}
#sponsor {
position: absolute;
margin-left: 650px;
margin-top: 20px;
}