@charset "UTF-8"; /* OTN INDEX STYLESHEET
--------------------------------
Author: Jonah Birns | T h e  L o n g  Y e a r s  D o t  C o m
-------------------------------- */

/* BODY PROPERTIES
-------------------------------- */ 
body {
	font: 62.5% 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	background: #100201 url('/home/bg.jpg') center no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ffffff;
}


/* STRUCTURE
-------------------------------- */ 
.index #container {
	width: 804px; 
	height: 682px;
	background: #100201 url('/home/main.jpg') center no-repeat;
	margin: 100px auto; 
	text-align: left;
	z-index: 1;
}

#nav {
        text-align: center;
	padding: 600px 0 20px 0; 
	margin: 0;
	z-index: 2;
}

#footer {
	width: 798px;
	height: 29px;
	position: relative;
	background:#000000 url('/home/footer_bg.gif') center no-repeat;
	margin: 15px 3px 3px 3px;
	line-height: 26px;
	font-size: 1em;
	z-index: 3;
}


/* NAVIGATION
-------------------------------- */ 

#film a {
	width: 158px;
	height: 33px;
	background: url('/home/film.gif') center no-repeat;
	float: left;
	padding: 0 60px 0 0;
}

#film a:hover {
	width: 158px;
	height: 33px;
	background: url('/home/film_on.gif') center no-repeat;
	float: left;
	padding: 0 60px 0 0;
}

#commercials a {
	width: 132px;
	height: 33px;
	background: url('/home/comm.gif') center no-repeat;
	float:left;
	padding: 0 60px 0 0;
}

#commercials a:hover {
	width: 132px;
	height: 33px;
	background: url('/home/comm_on.gif') center no-repeat;
	float:left;
	padding: 0 60px 0 0;
}

#anime a {
	width: 67px;
	height: 33px;
	background: url('/home/anim.gif') center no-repeat;
	float:left;
	padding: 0 60px 0 0;
}

#anime a:hover {
	width: 67px;
	height: 33px;
	background: url('/home/anim_on.gif') center no-repeat;
	float:left;
	padding: 0 60px 0 0;
}

#audio a {
	width: 67px;
	height: 33px;
	background: url('/home/audi.gif') center no-repeat;
	float:left;
	padding: 0 60px 0 0;
}

#audio a:hover {
	width: 67px;
	height: 33px;
	background: url('/home/audi_on.gif') center no-repeat;
	float:left;
	padding: 0 60px 0 0;
}

.copyright {
	position:relative;
	padding: 0 10px 0 0;
	float:right;
}

.subnav {
	position:relative;
	padding: 0 0 0 10px;
	float:left;
}

.subnav a {
	color: #FFFFFF;
	text-decoration: none;
}

.subnav a:hover {
	color: #bf2528;
	text-decoration: none;
}

.red {
	color: #bf2528;
}
	

.disclaimer {
	color:#FFFFFF;
	text-align:center;
}

.disclaimer a {
	color: #bf2528;
	text-decoration: none;
}

.disclaimer a:hover {
	color: #e84a4a;
	text-decoration: none;
}	

