body { 
	background-color:#482308; 
	background-image:url('../images/global/background_top_repeat.gif'); 
	background-repeat:repeat-x; 
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11pt;
	letter-spacing:.1em;
}

a {
	text-decoration:none;
	color:#e2e2e2;
}

a:hover {
	color:#FFF;
}

ul {
	width:300px; 
	position:relative;
}

li {
	position:absolute;
	display:block;
	float:left;
	width:auto;
	left:130px;
}

li.video_reel {
	left:0px;
}

li.contact {
	right:0px;
	left:auto;
}

.glow_logo {
	background-image:url('../images/global/round.png'); 
	background-color: transparent;
	position:absolute; 
	top: 50%;
	left: 50%; 
	width:1000px;
	height:1000px;
	margin-top: -500px; /*1/2 height*/
	margin-left: -500px; /*1/2 width*/
    text-align: center;
}

.navigation {
	position:absolute; 
	top: 50%;
	left: 50%; 
	margin-top: -18px; /*1/2 height*/
	margin-left: -132px; /*1/2 width*/
    text-align: center;
}





