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

@import url(reset.css);
@import url(thickbox.css);

body, html{
	background-color:#ffffff;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
}

#header{
	width:100%;
	height:6px;
	margin:0 auto;
	position:fixed;
	background-color:#ff0205;
	top:0px;
	overflow:hidden;
}

#footer{
	width:100%;
	height:25px;
	margin:0 auto;
	position:fixed;
	background-color:#23327b;
	bottom:0px;
}

#poster-frame{
	width:500px;
	height:auto;
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	top:20px;
	border:1px solid #cccccc;
	overflow:visible;
	margin-bottom:80px;
}

#buttons{
	width:450px;
	height:auto;
	overflow:visible;
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	top:20px;
}

#photos{
	width:143px;
	height:143px;
	position:fixed;
	top:0px;
	right:0px;
	z-index:100px;
}

#anthem{
	width:120px;
	height:120px;
	position:absolute;
	top:-25px;
	right:-22px;
}