﻿/* Page Elements */
html
	,body
	,form
{
	height: 100%;
}

/* Layout DIVs */
div#wrapper
{
	height: auto !important;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

div#header
{
	width: 100%;
}

div#content
{
	float: none;
	clear: both;
	margin-top: 30px;
}

div#left
{
	float: left;
	width: 200px;
}

div#main_lefted
{
	float: left;
	width: 685px;
	margin: 20px;
}

div#main
{
	float: none;
	margin-left: auto;
	margin-right: auto;
}

div#main div.home_left
{
	float:left;
	margin-right: 15px;
	margin-left: 15px;
	width:200px;
}

div.vertical_divider
{
	float: left;
	width: 8px;
	margin-top: 20px;
}

div.horizontal_divider
{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#main div.copy
{
	float: left;
	margin-left: 15px;
	width: 655px;
}

div#main div.movie
{
	width: 400px;
	float: left;
	display: block;
}

div#main div.movie_description
{
	float: right;
	width: 240px;
	text-align: left;
	margin-bottom: 1em;
}

div#right
{
	float: right;
	display: none;
}

div#menu
{
	
}

div#clearer
{
	position: relative;
	height: 60px;
	clear: both;
	float: none;
	display: block;
}

div#footer
{
	display: block;
	float: none;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	height: 60px;
}

div.wrapper
{
	width: 933px;
	margin-left: auto;
	margin-right: auto;
}

div.clearer
{
	clear: both;
	float: none;
}
