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

body{
	background:#000000;
	margin:0;
	padding:0;
	font-family: "Times New Roman",Times,serif;
	font-size:12px;
	color:#FFFFFF;
	overflow:auto;
}

img{ border:none;}
h1{
	font-size:12px;
	font-weight: bold;
	color: #C61B24;
	margin: 0px;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	text-indent: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {font-size: 11px; font-weight: bold; margin-top: 0px; margin-bottom: 0px; color: #C61B24;}
h3 {font-size: 11px; font-weight: bold; margin-top: 0px; margin-bottom: 0px; color: #C61B24;}
a{color: #C61B24; text-decoration: none;}


#content{
	width: 660px;
	height: 580px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-330px;
	margin-top:-290px;
	text-align:center;
}
#menu{position:absolute; width: 360px; left: 150px; top: 92px;}
#logo{position:absolute; width: 261px; height: 58px; top:0; left:200px;}
#wrap{position:absolute; width: 660px; height: 480px; top: 80px; left:0; background: url("/assets/background.jpg") no-repeat;}
#thewebwell{position: absolute; bottom: 0; left: 0; height: 20px; }
#backbtn{position: absolute; top: 60px; left: 0; width: 660px;}
#backbtn a{color: #c35c36; font-size:12px; text-decoration:none; text-transform: uppercase; font-weight: bold;}
#backbtn a:hover{color: #f98750;}
#page{
	position:absolute;
	width: 410px;
	height: 236px;
	padding-left: 15px;
	padding-right: 15px;
	position:absolute;
	background: url("/assets/dirty.gif") no-repeat;
	top:50%;
	left:50%;
	margin-left:-227px;
	margin-top:-167px;
	color: #000000;
	text-align:center;
	overflow: auto;
	font-family: Tahoma,Arial;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.subs{width: 300px; margin: 15px auto 0 auto}
.film{width: 300px; margin: 25px auto 50px auto;}
.film h2{color: #81171b; margin-top: 10px;}
.film a{color: #c61b24; text-decoration: none;}

