@CHARSET "ISO-8859-1";
#background-container {
    padding-bottom: 0;
}
#center-container{
float: left;
}
#main-movie {
background-color:#205d98;
    margin-top: 10px;
}


#movie-footer {
	color: white;
	font-size: .76em;
	line-height: 1.11em;
	margin-top: 10px;
	text-align: center;
	text-transform: lowercase;
}

#sidebar {
color: white;
float: left;
margin: 0 0 0 5px;
padding: 0;
width: 173px;
}

#sidebar p {
    /* in styles.css with #announcement p */
}
#sidebar div {
    margin: 0;
    padding: 0;
}

#sidebar div div.news-box-top {
}

#sidebar div div.news-box-bottom {
	background:url(../images/news-box-bottom-background.png) no-repeat;
    height: 4px;
}

#sidebar div h3 {
	background:url(../images/news-box-top-background.png) no-repeat;
    margin: 10px 0 0 0;
    padding: 14px 10px 10px;
}

#sidebar p {
	background:url(../images/news-box-slice-background.png) repeat-y;
    margin: 0;
    padding: 0 10px 10px;
}

#movie-footer {
	padding-top: 40px;
}

#footer {
    height: 10px;
    margin-top: 0;
}

a, a:link, a:hover, a:visited {
	color: white;
}
