/* CSS Document - HORSEHOE POKER PAGE DEFINITIONS */

/* pull in external file for text formatting */

/* set color values for top nav and bottom nav includes */
body {
	background-color:#000000;
	color:#DFC594;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	background-image:url(images/pattern_bg.gif)
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 21px;
	margin-left:10pt;
	margin-right:10pt;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	margin-left:10pt;
	margin-right:10pt;
}
td {
	height:35px;
}
div#wrapper {
	width:968px;
	height:760px;
	margin:0 auto;
	background-color:#000;
	position:relative;
	/*z-index:1;*/
	}
div#creative {
	width:968px;
	position:relative;
	z-index:1;
	}
div#form {
	width:425px;
	left: 285px;
	top: 222px;
	position:absolute;
	z-index:2;
}
div#confirm {
	width:425px;
	left: 285px;
	top: 200px;
	position:absolute;
	z-index:2;
}
