/* ------ MEDIA TAG ----- */

@media screen {

body {
	background: url(/images/bg.jpg) transparent repeat-x;
	margin-top: 30px;
}

h1 {
	font: 18px Arial;
	text-align: center;
	margin: 0;
	padding: 0;
}

p {
	font: 13px Arial;
	text-align: justify;
	background: white;
	margin: 5px 0 5px 0;
	padding: 0;
}

#maincontainer {
	position: relative;
	width: 858px;
	margin: auto;
	padding: 0;
}

#header {
	position: relative;
	width: 858px;
	height: 134px;
	left: -20px;
	margin: auto;
	margin-bottom: 30px;
	padding: 0;
}

html > body #header {
	background: url(/images/header-bg.png) transparent no-repeat;
}

#h1cover {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 833px;
	height: 48px;
	top: 139px;
	left: 12px;
	z-index: 999;
}

html > body #h1cover {
	background: url(/images/win-cash.png) transparent no-repeat;
}

#content {
	background: url(/images/content-bg.jpg) white no-repeat;
	border-left: 3px solid #9cf1ff;
	border-right: 3px solid #9cf1ff;
	border-top: 3px solid #9cf1ff;
	position: relative;
	width: 748px;
	top: 4px;
	margin: auto;
	padding: 20px 40px 20px 40px;
}

#footer {
	font: 10px Arial;
	position: relative;
	width: 834px;
	height: 27px;
	margin: auto;
	text-align: center;
}

html > body #footer {
	background: url(/images/footer.png) transparent no-repeat;
}


/* ------ NON LAYOUT STYLING ----- */

.table {
	border: 3px outset #0CF;
	font: 12px Arial;
	position: relative;
	left: 100px;
	margin: auto;
}

.table th {
	background: url(/images/table-bg2.jpg) #009fff repeat-x;
	color: white;
}

.table td {
	background: url(/images/table-bg2.jpg) #009fff repeat-x;
}

.yellowBox {
	background-color: #FFFF9A;
	border: 1px solid #666;
	padding: 3px 5px 5px 5px;
}

.yellowBox a {
	color: #4B5797;
	text-decoration: none;
}

.yellowBox a:hover {
	color: #027CE8;
	text-decoration: underline;
}

.yellowBox h2, .YellowBox p {
	color: #000;
}

}

/* ------ END MEDIA TAG ----- */
