@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;
	height:100%; /* needed for container min-height */
	font-family:Georgia,Verdana,serif;
	font-size:100%;
	line-height:1.2em;
}


a img {
	border:none;
	}

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

#container {
	position:relative;
	width:840px;
	min-height:100% !important;
	margin: 0 auto;	
	}


.index_content {
	text-align:center;
}

#main_content {
	width:840px;
	font-size:100%;
	color:#fff;
	padding:0 0 20px 0;
	margin:0;
	}



.main_copy {
	width:500px;
	font-size:130%;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	}

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

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

span.main_images {
	margin-left:auto;
	margin-right:auto;
	}

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

.footer {
	width:100%;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	}