/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #666666;
	min-width: 750px;
}

#main {
	background-color: #000000;
	position: relative;
}


#footer {
	font-weight: bold;
	position: absolute;
	top: 70px;
	left: 5px;
}

#messagewin,#motd {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.watchnow {
	color: #CC3333;
	font-size: 1.5em;
}

.movietitle {
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: underline;
}