@charset "utf-8";
/* CSS Document */

#pagesize 
{
	/* the general page size bg color etc. nothing too fancy*/
	width:1000px;
	height: 800px;
	margin:0px auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	background-image: url(../images/newbg_full.jpg);
  /*url(../images/alt_bg.jpg);*/
	background-repeat: no-repeat;
	overflow:none;
}
	
#topnav 
{
/* this container separates the top nav from everything else (we hope)...*/

	margin-top: 10px;
	height: 64px;
	width: 100%;
}


#logo{
	position: absolute;
	margin-left: 20px;
	margin-top: 3px;
	z-index:50;
}

#navi
{
	position: relative;
	width: 1000px;
	height: 23px;
	top: 18px;
	z-index:0;
	background-color: #222222;
	z-index: 5;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	filter:alpha(opacity=40);

}

#contact{

	position: relative;
	font-size:.9em;
	color: #888888;
	text-align:right;
	z-index:10;
	right: 20px;
	top: 10px;
	text-transform: uppercase;
	font-weight:900;
}

a:link {color: #E6E7E7 ; text-decoration: none; }
a:active {color: #66CC66 ;text-decoration: none; }
a:visited {color: #F7D57B; text-decoration: none; }
a:hover {color: #F7D57B; font-weight: 1900;
font-style:oblique; }

#centercontent{
	/*ideally the placement of center content... 2d/3d/reel etc.*/
	position:relative;
	bottom: 30px;
	height: 760px;
	width: 1000px;
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 1;
	overflow:none;
}

#p{
	padding: 15px;
}
#news{
	position: relative;
	top: 15px;
	right:250px;
	width: 475px;
	height: 362px;
	text-align:left;
	background-image:url(../images/textblock.png);
	background-repeat:no-repeat;
}

#info{
position: relative;
height: 300px;
text-align:left;
width: 475px;
background-color: #CC99CC;
}
	
#footer{
	/*places the footer at the bottom of the page*/
	position: absolute;
float:left;
width: 1000px;
top: 800px;
	color: #777777;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index:13;
}

#quicktime{
	position: relative;
	margin: 90px;
}