@charset "UTF-8";
/* Main Stylesheet for deficitmovie.co.uk */
/* Copyright Revolver Entertainment 2008 */


/* -- ** RESET ** --*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, 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, li, 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;
}
p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* -- RESET END ** -- */


* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
	background-color:#000;
}
body {
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	font-size:100%;
}

* html #container {
	height: 100%;
}

h1 {
	font-size:110%;
	text-transform:uppercase;
	padding:0;
	color:#ff0000;
}

#container {
	min-height:100%;
	background-color: #fff;
	width:840px;
	margin: 0 auto;
}


#head {
	background-image:url(../img/header_bg.png);
	background-repeat:no-repeat;
	background-color:#000;
	height:168px;
	padding:0 0 0 10px;
	}

#navbar {
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:10px 20px 10px 20px;
	}

.nav_link a:link, .nav_link a:visited {
	padding-left:40px;
	padding-right:40px;
	color:#fff;
	font-size:100%;
	text-decoration:none;
	text-transform:uppercase;
	}

.nav_link a:hover {
	color:#ff0000;
	}

.index_content {
	padding-left:20px;
}

#main_content {
	width:800px;
	min-height:100%;
	font-size:90%;
	color:#666;
	padding:0 20px 246px 20px;
	}

.main_copy {
	width:500px;
	font-size:90%;
	overflow:scroll;
	}

.main_img {
	float:right;
	padding:15px 20px 10px 20px;
	}

.main_img img, .main_images img {
	border:solid 3px #000;
	}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#footer {
	width:100%;
	clear: both;
	height:266px;
	color: #DDD;
	text-align:left;
	margin:-276px auto 0 auto;
	position:absolute;
	padding-top: 10px;
}

#clearfooter {
	display: block;
	height:266px;
}

.revolver_logo {
	padding-top:25px;
	padding-bottom:25px;
	background-color:#000;
	width:100%;
	text-align:center;
	}