@charset "UTF-8";
/* CSS Document */
body { 
	background-image:url(images/footballbg.jpg);
	margin:0; 
	padding:0; 
	height:100%; /* this is the key! */ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 
#left { 
	position:absolute; 
	left:0; 
	top:0; 
	padding:0; 
	width:200px; 
	height:406%; /* works only if parent container is assigned a height value */ 
	color:#FFFFFF; 
	background-image:url(images/grassbg.jpg);	
	border:1px solid #333; 
} 
.content { 
	margin-left:200px; 
	margin-right:200px; 
	margin-bottom:20px; 
	color:#FFFFFF;
	padding:0 10px;
}
 
#right { 
	position:absolute; 
	right:0; 
	top:0; 
	padding:0; 
	width:200px; 
	height:406%; /* works only if parent container is assigned a height value */ 
	color:#FFFFFF; 
	background-image:url(images/grassbg.jpg);	
	border:1px solid #333; 
}

#left p { 
	padding:0 10px; 
} 
#right p { 
	padding:0 10px; 
} 
p.top { 
	margin-top:20px; 
} 

#navLayer {
	padding-top: 10px;
	padding-left:10px;
	background-color:#000000;
	font-size:12px;	
	height:27px;
	z-index:2;
}

a:link, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#adInfoLayer {	
	position:absolute;
	padding:5px;
	left:8px;
	top:8px;
	width:173px;
	height:99%;
	background-color:#000000;
	font-size:12px;
	text-align:center;
	z-index:2;
}

#adInfoLayer2 {	
	position:absolute;
	padding:5px;
	left:8px;
	top:8px;
	width:173px;
	height:99%;
	background-color:#000000;
	font-size:12px;
	text-align:center;
	z-index:2;
}

#marqueeLayer {
	position:absolute;
	padding:5px;
	background-color:#000000;	
	font-size:14px;
	text-align:center;
	left:29px;
	top:50px;
	width:539px;
	height:109px;
	z-index:2;
}

#footer {
	background-color:#000000;
	vertical-align:bottom;
	color:#FFFFFF;
	padding:5px;			
	font-size:11px;
	text-align:center;
	height:19px;
	z-index:2;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.TClogo {
	border:15px solid black;

}
