body {
	margin: 0;
	/* background: url(../images/background.gif) 50% 0 repeat-x #11172a; */
	background: url(../images/background_liquid.jpg) 0 0 #5d3208;
	text-align: center;
}

body.peg {
	background: url(../images/background.gif) 50% 0 repeat-x #11172a;
}


div#siteContent {
	width: 930px;
	height: 560px;		
	margin: 0 auto;		
	padding: 0;
}

div#flashContent {
	margin: 0;
	padding: 0;
}


div#footer {
	margin: 10px auto;
	width: 770px;
	font-family: arial,verdana,sans-serif;
	color: #ffffff;
	font-size: 9px;
	text-align: left;	
}

.peg {
	color: #5c85b6 !important;
}

div#footer img {
	float: left;
	padding-right: 10px;
	padding-bottom: 30px;
}

div#footer p {
	padding: 16px 0 0 0;
}

div#footer a:link,
div#footer a:active,
div#footer a:visited {
	color: #ffffff;
	font-size: 9px;
}

div#footer a:link.peg,
div#footer a:active.peg,
div#footer a:visited.peg {
	color: #5c85b6;
}

div#footer a:hover {
	color: #fff;
}

div#footer #promoRules, 
div#footer #promoRulesAlt {
	display: none;	
}

.error {
	color: #c00;
}

/* ***************************** */

body.popup {
	margin: 0;
	background-color: #fff;
	background-image: none;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left !important;
}

div#popupContent {
	padding: 0 20px 20px 20px !important;
	text-align: left !important;
}

div#popupContent TABLE {
    border: solid 1px #000000;
}

div#popupContent TD {
    padding-left: 3px;
    padding-right: 10px;
    border: solid 1px #000000;
}

div#popupHeader {
	background: url(../images/popup_header.gif) 0 0 no-repeat #fff;
	height: 100px;
	min-height: 100px;
	height: auto !important;
}

div#popupHeader h1 {
	font-size: 17px;
	font-weight: normal;
	color: #083a81;
	margin: 0;
	padding: 80px 0 0 20px;
}

div#popupFooter {
	background: url(../images/popup_footer.gif) 0 0 no-repeat #fff;
	padding: 77px 20px 20px 0px !important;
	text-align: left !important;
}

div#popupFooter img {
	float: left;
}

div#popupFooter p {
	padding-top: 27px;
	margin: 0;
}

div#popupFooter a:link,
div#popupFooter a:active,
div#popupFooter a:visited {
	color: #5c85b6;
}

div#popupFooter a:hover {
	color: #333;
}

.show {
    display: block;
}

.hide {
    display: none;
}

