@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	max-height: 100%;
	background: #000000;}
p {
	color: #FF2222;
	vertical-align: top;}
#content {
	position: fixed;
	top: 120px;
	left: 123px;
	bottom: 25px;
	z-index:1;
	overflow: auto;
	text-align: left;}
#copyright {
	position: absolute; 
	bottom: 0; 
	left: 0;
	text-align: center;
	color: #FFFFFF;
	width: 100%; 
	height: 25px; /*Height of frame div*/
	overflow: hidden;}
	
* html body{ /*IE sucks balls*/
padding: 120px 0 25px 123px;
}

* html #content{ /*IE sucks balls*/
height: 100%; 
width: 100%; 
}