/*  --------------------  */
/*  =GENERAL RULES
/*  --------------------  */

/* -- Code for vertical centering ----- */

* {
	margin: 0;
	padding: 0;
}

/* macs won't see this \*/
html, body { 
	height: 100%;
	width: 100%;
}
/* END mac */

#outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
#container {
	display: table-cell;
	vertical-align: middle;
}
#flashcontent {
	display: block;
	margin: 0 auto;
	padding: 0;
}
#timer { margin: 0 auto; width: 400px; height: 87px; padding-top: 15px; background: transparent url('../images/bg-timer.png') center center no-repeat; }
body {
	color: #E6E6E6;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

body { background-image: url('../images/bg-repeat.png'); }

#altcontent {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 500px;
}
p {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 1.3em 0;
}
strong {
	color: #FFFFFF;
	font-weight: bold;
}
em {
	font-style: normal;
	font-weight: bold;
}
.mainImage {
	margin: 20px 0;
}

.text_title_wrap {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 500px;
}
.text_title {
	color: #E6E6E6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}
.text_bottom_wrap {
	border-top: solid 1px #666666;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 500px;
}
.text_bottom {
	color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 10px 0;
	text-align: center;
}



/*  --------------------  */
/*  =HEADERS
/*  --------------------  */
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	margin: .25em 0 .25em 0;
	padding: 0 0 .25em 0;
}
h1.border, h2.border, h3.border, h4.border, h5.border, h6.border {
	border-bottom: solid 1px #666666;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {	
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}


/*  --------------------  */
/*  =LINKS
/*  --------------------  */
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}