/* ---------- BANNER ---------- */ 

#banner
{
	background: url(../img/red/banner.png);
}

/* ---------- GLOBALS ---------- */

a, h1, h2, h3
{
	color: #D00000;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* ---------- LEFT BG FX ---------- */ 

#l_fx
{
	background: url(../img/red/l_fx.png) no-repeat;
	position: absolute;
	z-index: 1;
	width: 105px;
	left: 50%;
	margin-left: -586px;
	height: 375px;
	top: 50%;
	margin-top: -175px;
}

/* ---------- RIGHT BG FX ---------- */ 

#r_fx
{
	background: url(../img/red/r_fx.png) no-repeat;
	position: absolute;
	z-index: 2;
	width: 119px;
	left: 50%;
	margin-left: 481px;
	height: 432px;
	top: 50%;
	margin-top: -216px;
}