﻿@import "footerstickalt.css";

html
{
    font-size: 100.01%;
}

html, body
{
	margin: 0;
	padding: 0;
}

body, input, select, textarea, button
{
	font-family: verdana;
}

body
{
    font-size: 90%;
    background-color: #FFFFFF;
    color: #000000;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;

}
p
{
    margin-top: 0;
}


.mainContainer {
    background: url(../images/bg_top_repeat.jpg) left top repeat-x;
}
.mainContainer .inner {
	background: url(../images/film_top.jpg) left top no-repeat;
    min-height: 625px;
    #height:auto !important;
    #height: 625px;
}

.contentBox {
    position: absolute;
	text-align: center;

	width: 980px;
    height: 520px;

	margin-top: -260px;	
	margin-left: -490px;
	position: absolute;
	top: 50%;
	left: 50%
}
.text {
    margin-bottom: 30px;
}
.filmBox {
	background: url(../images/film.jpg) left top no-repeat;
	height: 350px;
    position: relative;
}
.filmBox #countdown {
    position: absolute;
    left: 470px;
    top: 155px;
    font-size: 1.4em;
}
#clipContainer {

}

.logoContainer {
    margin: 90px 50px 0 0;
    float: right;
    #display: inline;
}
.logoContainer  div {
    margin-bottom: 38px;
}

.footerContainer {
    background: url(../images/bg_bottom_repeat.jpg) left bottom repeat-x;
    height: 63px;
}
.footerContainer .bgInner {
    width: 980px;
    margin: 0 auto;
	height: 63px;
    background: url(../images/film_bottom.jpg) left bottom no-repeat;
	
}
.footerContainer .logo {
    margin-left: 838px;
}


