/*hide from ie on mac\*/
html {
	height: 100%;
}
#flashcontent {
	width: 100%;
	height: 100%;
	background: #000000;
}
/* end hide */

/*---- CSS Meyer Reset ----*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	height:100%;
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---- MAIN ELEMENTS ----*/

body{

	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
	color: #CCCCCC;
	background-color: #000000;
}

h1{
	size:120%;
	color: #AECF27;
}

p{
	size:90%;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #AECF27;
}

#warningHeader{
	color: #AECF27;
	text-transform: uppercase;
}

#rulesHeader{
	color: #AECF27;
}

#mainWrapper{
	background-image: url(../images/RulesBG_02.jpg);
	background-repeat: repeat-y;
	width: 700px;
	margin: 0 auto 0 auto;
}

#headerGraphic{
	width: 700px;
	height:160px;
	padding: 0;
	margin: 0;
}

#noFlashContent{
	width: 700px;
	padding: 50px 150px 50px 150px;
}

#rules{
	width: 400px;
	padding: 50px 150px 50px 150px;
}

