body {
	margin: 0;
	padding: 0;
	background: url(../imgs/bg.jpg) #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 1em;
	margin-top: 0em;
	line-height: 1.5em;
	color: #FFF;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 0em;
	margin-top: 0em;
	line-height: 1.5em;
	color: #FFF;
	font-style: oblique;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 1em;
	margin-top: 0em;
	line-height: 1.5em;
	color: #FFF;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.middleDiv {
	top:50%; 
	height:720px; 
	margin-top:-360px;
	width: 960px;
	left:50%;
	margin-left:-480px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #000;
	padding: 0;
	position:absolute; 
}

.middleDiv_FRIGHT {
	top:50%; 
	height:664px; 
	margin-top:-360px;
	width: 960px;
	left:50%;
	margin-left:-480px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0;
	position:absolute; 
}

.content {
	width: 880px;
	height: 520px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #000;	
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url(../imgs/darkTape.jpg) #000000;
}

a{
	color: #7AFE39;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
img.floatLeft { 
    float: left; 
}
img.floatRight { 
    float: right; 
	margin-left:20px;
	margin-bottom:20px;
	opacity: 1;
}
img.floatBottom { 
    float: left; 
	margin-left:0px;
	margin-bottom:20px;
	opacity: 1;
}

