@charset "utf-8";
/* CSS Document */

body
{
	background-color: rgb(0, 0, 0);
	text-align: center;
	margin: 0 0 0 0px;
}

img, div
{
    behavior: url(iepngfix.htc);
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	text-align: center;
    background-image: url(../images/BK-Background.jpg);
    background-repeat: no-repeat;
	background-color: rgb(81, 19, 14);
}

#movie
{
	padding: 20px 20px 20px 20px;
	background-image: url(../images/MovieBackground.png);
	background-repeat: no-repeat;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#copyright
{
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    color: rgb(255, 255, 255);
    text-align: center;
}

a:link
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

a:hover
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: underline !important;
    color: rgb(255, 255, 255);
}

a:active
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

a:visited
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: rgb(255, 255, 255);
}