@charset "UTF-8";
/* Main Stylesheet for wizardofgoredvd.com */
/* 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 ** -- */

body,  html {
	margin:0;
	padding:0;
	background:#000;
	color:#fff;
	height: 100%;
	width:100%;
	}

* html #wrap {
	height: 100%;
}

body {
	min-width:1024px;
	font:"Verdana", Helvetica, Arial;
	background-image:url(/img/lrg_bg.jpg);
	background-repeat:repeat;
	}

img, img a {
	border:none;
	}

#wrap {
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	padding:0 5px;
	margin:0;
	text-align:center;
}
.names {
	padding:0 40px 0 40px;
	font-size:160%;
	text-align:center;
	white-space:nowrap;
	text-transform:uppercase;
}

.name_1 {
	padding-right:30px;
	}

.name_2 {
	padding-right:30px;
	}

.name_3 {
	
	}

#main {
	float:left;
	width:361px;
	padding-left:40px;
	padding-top:10px;
}


#right {
	float:right;
	width:500px;
	padding-top:30px;
	padding-right:40px;
}

div.out {
	width:500px;
	padding:10px 0 10px 0;
	font-size:200%;
	text-transform:uppercase;
	text-align:center;
}

div.order {
	width:500px;
	padding:10px 0 10px 0;
	text-align:center;
}

#trailer_main {
	width:500px;
	}

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

#footer {
	clear:both;
	text-align:right;
	margin-top:10px;
	padding-bottom:20px;
	}