@charset "UTF-8";
/* Poker Run CSS Style */
body {

margin:0px;
	background-color: #666;

}

#container {
	width: 800px;
	z-index: 0;
	background: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {s
	width: 800px;
	height: 29px;
	background: url(../images/menu_bg.jpg) repeat-x;
	z-index: 0;
	width: 800px;
}
#flash_banner{
	height: 220px;
	width: 599px;
	z-index: 0;
	float: left;
	left: 0px;
}
#content {
	width: 599px;
	float: left;
	background: #cccccc;
	z-index: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pocker_logo {
	float: right;
	z-index: 1;
	height: 212px;
	width: 244px;
	position: absolute;
	margin-left: 580px;
	margin-top: 55px;
}
#main_content {
	width: 396px;
}
#footer {
	clear: both;
	height: 25px;
	width: 800px;
	background: #F00;
}
.menu_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 35px;
	padding-top: 8px;
}
a:link{
	font: bold 12px "Arial Black", Gadget, sans-serif;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font: bold 12px "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font: bold 12px "Arial Black", Gadget, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
}
img{ border-style: none; 
}