body {
	font-size: 13px;
	margin-top: 0px;
	padding: 0px;
	float: none;
	text-align: center;
	background-color: black;
	background-image: url('./imgs/back.jpg');
	background-repeat: repeat-x;
	background-position:bottom;
	background-attachment: fixed;
}

a {
	color: white;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: red;
	text-decoration: none;
	margin: 0px;
	width: 100px;
}

div#body{
	position:absolute;
	width:900px;
	left:50%;
	margin: 100px 0 0 -450px;
}


div#main{
	text-align: center;
	width: 900px;
	position:relative;
	padding: 50px 0;
	background-color: black;
	color: white;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

h1{
	width:900px;
	height:400px;
	margin: 0;
	overflow:hidden;
}

h1 span{
	display: block;
	width:100%;
	height:100%;
	background-image:url('imgs/title.jpg');
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;

}

h2 {
	border-width: 0px 0px 1px 0px;
	border-color: red;
	border-style: solid;
	margin:40px 20px;
	padding-left:1em;
	font-size: 20pt;
	letter-spacing:1em;
}

p{
	display:block;
	padding:10px;
	margin:0;
	letter-spacing:0.4em;
	line-height:1.5em;
}


ul{
	position:relative;
	width:500px;
	height:40px;
	margin: 0 0 0 -150px;
	*margin: 0px 0 0 200px;
	padding: 0;
	left: 50%;
	*left:0%;
	list-style-type: none; 
	clear: both;
}

li.left{ 
	display:block; 
	float:left;
	width:40px;
	font-size:24pt;
	font-family:serif;
	letter-spacing:-0.1em;
}

li.right{ 
	display:block; 
	width:460px;
	float:left;
	text-align:left;
}

div#footer{
	text-align: center;
	width: 900px;
	background-color: black;
	color: white;
	margin:0;
}