/* CSS Document */

body,td,th {
	color:#FFFFFF;
}

body {background-color:#000000
}

#Main {
	position:absolute;
	width:900px;
	height:600px;
	z-index:1;
	left: 15%;
	top: 0%;
	right: 15%;
	
}

#Logo {
	position:absolute;
	float: left;
	width:104px;
	height:100px;
	z-index:2;
}

#navigation_left {
	position:absolute;
	width:50px;
	height:30px;
	z-index:3;
	top:13%;
	left:14%;
	font-family: "Courier New", courier, monospace;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	
}

#story {
	position:absolute;
	float:right;
	width:100px;
	height:30px;
	z-index:3;
	top:13%;
	left:62%;
	font-family: "Courier New", courier, monospace;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	white-space: pre;
	word-spacing: 50%;
	
}

#me {
	position:absolute;
	float:right;
	width:100px;
	height:30px;
	z-index:3;
	top:13%;
	left:74%;
	font-family: "Courier New", courier, monospace;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	white-space: pre;
	word-spacing: 50%;
	
}
	
#film {
	position:absolute;
	float:right;
	width:100px;
	height:30px;
	z-index:3;
	top:13%;
	left:87%;
	font-family: "Courier New", courier, monospace;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	white-space: pre;
	word-spacing: 50%;
	
}	

#contact {
	position:absolute;
	float:right;
	width:100px;
	height:30px;
	z-index:3;
	top:13%;
	left:50%;
	font-family: "Courier New", courier, monospace;
	font-size: 75%;
	color: #FFFFFF;
	text-align: center;
	white-space: pre;
	word-spacing: 50%;
	
}		
.links2 {
	font-family: Courier;
	color: #FFFFFF;
	text-decoration: none;
	font-size:75%;
	
}

a:links2, a:visited {
	color: #ffffff;
	font-weight: bold;
	font-size:75%;	
}

a:hover, a:active {
	color: #333333;
	font-size:75%;
}
