/* CSS Document */

body {
background-color:#000000;
}

A:link {text-decoration: understand; color:#660066;}
A:visited {text-decoration: underline; color:#660066;}
A:active {text-decoration: underline; color:#660066;}
A:hover {text-decoration:none; text-transform:uppercase; color:#fff; font-size:9px;}

.container {
    position: relative;
	margin: 0 auto;
		width: 905px;
	height: 100%;
	}

p {
font-family:  Georgia, "Times New Roman", Times;
font-size:11px;
font: #660066;
text-align:right;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	color: #660066;
}

.logo {
	position:relative;
	right: 0px;
	text-align:right;
	padding-bottom:7px;
	padding-right:0px;
	margin-right:0px;
}

.movie {
border: 1pt solid #660066;
position:relative;
margin: 0 auto;
text-align:center;
height: 308px;
}

.credit {
position:relative;
right: 0px;
text-align:right;
}

.contact {
	position:relative;
	z-index:100;
	bottom: 0;
	text-align:center;
}

