@charset "UTF-8";
body {
	margin: auto;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 1000px;
	height: 600px;
	padding-top: 0;
	padding-right: 500;
	padding-bottom: 0;
	padding-left: 350;
	background-color: #006;
}
a{
	text-decoration:underline;
	color:#FFF;
	border-style:none;
}
img{
	border-style:none;
}
header{
	width:980px;
	height:400px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #0C6;
}
#Images {
	background-color: #FF0;
	margin: auto;
	width: 500px;
	height: 800px;
}
#outside {
	float: left;
	background-color: #000;
	height: 100px;
	width: 250px;
}
#banner {
	background-image: none;
	height: 410px;
	width: 980px;
	overflow: hidden;
	margin: auto;
}
#Additional {
	margin: auto;
	height: auto;
	width: 980px;
}
#internal {
	background-color: #00F;
	float: left;
	width: 150px;
	margin-right: 0px;
	margin-left: 0px;
	border: thick solid #F00;
}
#Movie info {
	background-color: #FF0;
	float: right;
	width: 400px;
}
#Movie {
	background-color: #FF3;
	float: right;
}
#info {
	background-color: #0C0;
	float: right;
	width: 450px;
	text-align: center;
	font-size: 99%;
	border: medium solid #F00;
}
#posters{
	color: #000;
	background-color: #FF0;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	width: 980px;
}
#posters a {
	color:#C00
}
.minitext{
	font-size:65%;
}
p.normalsize{
	font-size:85%;
}
#container{
	background-color:#666;
	color:#FF0;
	width: 980px;
	margin: auto;
}
#container h1{
	color:#000;
}
#container h3{
	color:#000;
}
#trailer{
	float:left;
	width:auto;
}
.subtitle{
	font-size: 40%;
	text-decoration:underline;
}
#internal a:hover{
	color:#F00;
}
.attention{
	text-decoration:blink;
	color:black;
}
