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

html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style:none;
	focus: none;
}

a {text-decoration:underline; list-style-type:none; color:#C00;}


body {
	font-family: Futura, Helvetica, Arial, sans-serif;
	background:#fff url(../images/bgWood4.jpg) repeat fixed 0 0;
	}
	
	
#container  {width:1000px;
text-align:center;
margin:auto;
}


#content {
	
	text-align:center;
	width:800px;
	margin:auto;
	margin-top:30px;
	background-color:#fff;
	padding:15px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 2px solid #ccc;
	opacity:0.65;
}

#box {text-align:center;}

#text  {
	padding-top:20px;
	left:80px;
	width:700px;
	min-height:50px; 
	color:#000;
	text-align:left;
	margin-left:60px;
	font-size: 18px;}
	


/*season content*/
	
		
/*facts content*/



#poster {
	text-align:center;
	width:auto;
	margin-top:15px;}

	

.clear {clear:both;}	
	
	


	
