body  {
	margin: 0;
	padding: 100px 0 0 0;
	line-height: 1.22em;
	font: normal 12px/18px Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	background: #000 url(/images/title.gif) no-repeat 50% 0;
}

/* Reset Rules
------------------------------- */

ol,ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

/* Layout Rules
------------------------------- */

#container  {
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url(/images/bg.jpg) no-repeat 50% 0;
}



/* Header Rules
------------------------------- */

#header {
	width: 960px;
	height: 300px;
	background: #bbb;
}

/* Nav Rules
------------------------------- */

#nav {
	width: 800px;
	position: relative;
	margin: 0 auto;
}

/* Button Rules
------------------------------- */

a.btn {
	position: absolute;
	display: block;
	height: 21px;
	text-indent: -9999px;
}

a#trailer_btn {
	width: 74px;
	background: url(/images/trailer_btn.gif) no-repeat;
	top: 22px;
	left: 200px;
}

/* Content Rules
------------------------------- */

#content {
	width: 960px;
}

#content_left {
	float: left;
	width: 300px;
	height: 300px;
	background: #ddd;
}

#content_right {
	float: left;
	width: 660px;
	height: 300px;
	background: #eee;
}

/* Footer Rules
------------------------------- */

#footer {
	margin: 0 auto;
	width: 652px;
	height: 138px;
	background: url(/images/credits.jpg);
}
