html, body {
   height:100%;
   width:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(graphics/backstars.png);
	background-repeat: repeat;
	background-color: #000000;
        align: center;
        text-align: center
}
#spacer {
	width:1px;
	height:50%;
	margin-bottom:-287px;
	float: left;
}
#container {
	clear: left;
	height: 500px;
	width: 1000px;
	position: relative;
	margin: 45px;
	min-height: 600px;
	border-width: 1px;
	border-style: dotted;
	border-color: #000000;
}
#logo {
	width:300px; 
	position:relative;
	float: left;
	top:0px; 
	left:0px; 
	height: 120px;
	background-color: #000000; 

}
#logoBorder {
	width:300px; 
	position:relative;
	float: left;
	top:0px; 
	left:0px; 
	height: 90px;
	background-color: #d60000; 

}

#left {
	width:300px; 
	position:relative;
	float: left;
	top:0px; 
	left:0px; 
	height: 520px;
	background-color: #d60000;
}

#navigation {
	width:640px; 
	height:112px; 
	position:relative; 
	top:0px; 
	left:0px;
	float: left;
	background-color:#a29898;
	padding-top:8px;
        font-size:10px;
        text-align: center;
        letter-spacing:3px;
}
#content { 
	width:640px; 
	height:390px; 
	position:relative;
	float: left;
	top:0px; 
	left:0px; 
	background-color: #7a1515; 
	padding-top:10px;
	font-color: #a29898;
}
#copyright {
	width:933px;
	height:25px;
	padding-right: 7px;
	position:relative; 
	top:0px; 
	left:0px; 
	float: left;
	background-color: #000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.6em; 
	color: #a29898;
}