#header {
		background-image: url(afccliveHeader.png);
		height: 120px;
		margin: 0px auto;
		position: relative;
		/*-moz-box-shadow: #000 4px 4px 10px;
		-webkit-box-shadow: #000 4px 4px 10px;*/
}

#movie {

	/*margin: 0px auto;*/
	margin-left: 13px;
	float: left;
	position: relative;
	z-index: 120;
	/*-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;*/
}

#chat {
	float: left;
	margin-left: 15px;
	position: relative;
	z-index: 110;
	/*-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;*/
}


#wrapper {
	background: url(contentbackg.png) repeat;
	margin: 0px auto;
	width: 900px;
	text-align: center;
	position: relative;
	z-index: 100;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}

#footer {
	clear: both;
	margin-top: 60px;
	text-align: center;
	position: relative;
	/*-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;*/
}

#library {
	text-align: center;
	margin: 0px auto;
	position: relative;
	/*-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;*/
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

nav ul { 
    list-style: none; width: 700px; margin-bottom: -10px; left: 110px; position: relative;
}
nav ul li { display: inline; }
nav ul li a {
	display: block;
	float: left;
	border-top: 1px solid #B05F3C;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -moz-linear-gradient(top,  #FFAC62, #FF800D);
	height: 30px;
	padding: 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	-webkit-text-stroke: 1px transparent;
	font: bold 20px/28px "Lucida Grande", "Verdana", sans-serif;
	color: rgba(255,255,255,.85);
	text-decoration: none; 
	margin: 0 10px 0 0;
}
nav ul li a:hover {
	border-top: 1px solid #4789b4;
	background: #28597a;
	background: -webkit-gradient(linear, left top, left bottom, from(#3d789f), to(#28597a));
	background: -moz-linear-gradient(top,  #FF9900, #FF6600);
	color: rgba(255,255,255,.85); 
}	
nav ul li a:active, nav ul li a.current {
	border-top-color: #245779;
	background: #1b435e;
	position: relative;
	top: 1px; 
}


@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }

