/* CSS Document */


body {
	text-align:center;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	color:#000000;
	background-color: #988f1c;
	padding:0px;
	margin:0px;
}

#wrap  {
position: relative;
margin: 0 auto;
text-align: left;
width: 730px;
}

a:link { 
color: #cc0000;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}

a:visited { 
color: #cc0000;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}

a:hover {
color: #cc0000;
font-size: 12px;
background-color:transparent;
text-decoration: underline; 
}


/*  positioning-layers static and absolute */
#banner {
position:absolute;
left:0px;
top:10px;
width:407px;
height:118px;
background-color: transparent;
}

#synopsis {
	position:absolute;
	top: 136px;
	left: 0px;
	width:409px;
	height:180px;
	background-image: url(images/index/syntext.gif);
	background-repeat: no-repeat;
}

#nav {
position: absolute;
left: 0px;
top: 328px;
width: 411px;
background-color: transparent;
}

#trailer {
	position:absolute;
	left:430px;
	top:485px;
	width:300px;
	height:240px;
	background-image: url(images/index/movietexture.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
}

#rawfootage p {
	text-align: center;
	vertical-align: middle;
}

#shirts {
	position:absolute;
	left:199px;
	top:485px;
	width:211px;
	height:240px;
	background-image: url(images/index/shirtstexture.gif);
	background-repeat: no-repeat;
}

#contest p {
	font-size:14px;
	color:#cc0000;
	padding-left:5px;
}

#newstitle {
	position:absolute;
	left:430px;
	top:10px;
	width:300px;
	height:30px;
	background-image: url(images/index/newstitle.gif);
	background-position: left top;
}

#news {
	position:absolute;
	overflow:auto;
	left:430px;
	top:40px;
	width:302px;
	height:425px;
	background-image: url(images/index/newstexture.gif);
	color: #FFFF00;
	background-repeat: repeat-y;
	background-position: left bottom;
}

#news h1{
	font:"Courier New", Courier, mono;
	font-style:italic;
	font-size:12px;
	width:194px;
	padding-left:5px;
	color:#FFFF00;
}

#news h2{
font:"Courier New", Courier, mono;
font-weight:bold;
font-size:14px;
width:194px;
padding-left:5px;
color: #FFFF00;
}

#news p{
font:"Courier New", Courier, mono;
font-size:12px;
font-weight:bold;
width:274px;
color:#FFFF00;
padding-left:5px;
padding-right:3px;
}

#news a:link { 
color: #66CC00;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}

#news a:visited { 
color: #66CC00;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}

#news a:hover {
color: #66CC00;
font-size: 12px;
background-color:transparent;
text-decoration: underline; 
}

#signup {
position:absolute;
left:0px;
top:485px;
width:180px;
height:241px;
background-image: url(images/index/signuptexture.gif);
background-repeat: no-repeat;
}

.form {
padding-left:0px;
padding-top:5px;
text-align:center;
font-weight:bold;
}

 
