@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.band {
    background-image: url(../images/bandBG.png);
    background-repeat: repeat-x;
    left: 255px;
    bottom: 20%;
    position: absolute;
    height: 101px;
    float: none;
    right: 0px;
}

.bandLEFT {
    float: left;
    height: 103px;
    width: 255px;
    left: -255px;
    position: absolute;
}

.container {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 899px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border: thin solid #BDBDBD;
}


#flashcontentL {
	float: left;
	width: 50%;
	
}


#flashcontentR {
	margin-left: -1px;
	float: right;
	width: 50%;
}
.box {
	
}
.footNAV {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
	padding: 4px;
	height: 20px;
	width: 100%;
	position: fixed;
	z-index: 2;
	left: 0px;
	bottom: 0px;
}
