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

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 300px;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:#8B1416;
	color:#ffffff;
	font-family: copperplate gothic;
	font-size:40;
	min-height:700px;
}	
a {	
	color:#cccccc;
}
#main{
	width:100%;
}
#header{
}

#filmtop{
	height:38px;
	width:100%;
	background:url(siteimages/filmstrip_top.png) repeat-x;
}
#filmbot{
	height:40px;
	width:100%;
	background:url(siteimages/filmstrip_bot.png) repeat-x;
}

#footer{
	clear:both;
	padding-top:10px;
}
#footer p{
	font-size:12px;
	color:#FFF;
	margin:3px;
	padding:0;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}
