@charset "UTF-8";
/* Main Stylesheet for algreendvd.com */
/* Copyright Revolver Entertainment 2008 */


html {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#000;
}

body {
	margin:0;
	padding:0 0 260px 0;
	height:100%; /* needed for container min-height */
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:1.2em;
	background-image:url(../img/survivor_group.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

a img {
	border:none;
	}

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

#container {
	width:840px;
	margin: 0 auto;
	padding:inherit;
	}

#title {
	display:block;
	padding:60px 0 20px 180px;
	text-align:center;
	z-index:20;
	}

#head {
	display:block;
	float:left;
	width:400px;
	height:265px;
	background-image:url(../img/dod_head.png);
	background-repeat:no-repeat;
	position:fixed;
	top:0;
	left:0;
	z-index:0;
	}

.pack_shot {
	display:inherit;
	float:left;
	text-align:center;
	}

#right {
	display:block;
	float:right;
	}

#trailer {
	display:inline;
	width:400px;
	height:244px;
	}

.buy_now {
	display:block;
	padding:20px;
	width:100%;
	color:#ccc;
	font-size:120%;
	text-align:center;
	font-weight:bold;
	}

.buy_now a {
	color:#fff;
	text-decoration:underline;
	}

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