html,
body {
	background-color:#000;
	background-image:url(../i/bg.jpg);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:center;
	margin:0 auto;
	padding:0;
	height:100%;
	width:100%;
	text-align:center;
}
#wrapper_a {
	margin:0 auto;
	width:850px;   /* you can use px, em or % */
	text-align:center;
	height:100%;
}
#wrapper_b {
	min-height:100%;
	position: relative;
}
#header {
	position:relative;
	top:0px;
	z-index:20;
}
#body {
	text-align:center;
	padding-top:20px;
	padding-bottom:100px;
	position:relative;
	top:0px;
}
#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:120px;
	color:#FFF;
}
.dline {
	position:relative;
	height:2px;
	background-color:#330000;
	width:100%;
}
.vidborder {
	padding:1px;
	background-color:#999;
}
.spacer {
	padding-top:20px;
	color:
}

/* Text Styles */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	text-align: left;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: lighter;
	padding-left: 20px;
	text-align: left;
}
.txta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}
.txta red {
	color:#F00;
	font-weight:bold;
}
.txta orange {
	color:#F90;
	font-weight:bold;
}
.form {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:12px;
}


/* Fire Fox Link Style */
#ie {
	background-image:url(../i/firefox.png);
	background-repeat:no-repeat;
	position:fixed;
	top:8px;
	left:-2px;
	width:108px;
	height:125px;
	z-index:1000;
	padding-top:8px;
	padding-left:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
a.ie:link {
	color:#900;
	text-decoration:none;
	font-size:14px;
}
a.ie:visited {
	color:#900;
}
a.ie:hover {
	color:#900;
	text-decoration:underline;
	font-weight:bold;
}
a.ie:active {
	color:#900;
}
