@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d4f0ff;
	background-image: url('images/background_blue_loop.jpg');
	background-position: center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-color: #030707;
}

a:link { color: #00a6ff; text-decoration: none; }
a:hover { color: #00a6ff; text-decoration: none; }
a:visited { color: #00a6ff; text-decoration: none; }
a:active { color: #d4f0ff; text-decoration: none; }

.header {
	color: #00a6ff;
}

.mini {
	font-size: 10px;
	color: #00a6ff;
	text-align: center;
}

.filmtitle {
	font-size: 12px;
	color: #00a6ff;
	text-align: center;
}

.filminfo {
	font-size: 10px;
	color: #d4f0ff;
	text-align: center;
}

#mp3Player {
	background-image: url('images/topbg.png');
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

div.left {
	margin: 0 auto;
	width: 225px;
	height: auto;
	position: absolute;
	top, bottom, left: 0;
	float: left;
}

#main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	top: 150px;
	width: 700px;
	height: 100%;
}

#news {
	margin-top: 0;
	margin-bottom: 0;
	width: 480px;
	height: 100%;
	text-align: justify;
	float: left;
	padding: 5px;
}

#rightPanel {
	margin-top: 0;
	margin-bottom: 0;
	width: 200px;
	height: 100%;
	position: relative;
	top: 5px;
	float: right;
	text-align: center;
}

.transback {
	background-image: url('images/semitransparentBG.png');
	padding: 5px;
}

#creditBar {
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #d4f0ff;
	text-align: center;
	background-image: url('images/semitransparentBG.png');
}