@charset "utf-8";

/* HTML STYLES __________________________________ */
body,td,th {font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #FFF;}
body {background-color: #000; background-image: url(../background.jpg); background-repeat: no-repeat;}

a:link {color: #CCC; text-decoration: none;}
a:visited {text-decoration: none; color: #999;}
a:hover {text-decoration: underline; color: #FFF;}
a:active {text-decoration: none; color: #CCC;}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}
h1 {font-size: medium;}
h2 {font-size: small;}
h3 {font-size: x-small;}

/* MENU STYLES __________________________________ */
#masterdiv {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 350px;
	width: 200px;
	left: 10px;
	top: 70px;
}
#masterdiv2 {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 350px;
	width: 200px;
	left: 465px;
	top: 70px;
}
.submenu {
	display: none;
}

/* MOVIE STYLES _________________________________ */
#specialnote {
	position: absolute;
	display: none;
	z-index: 10;
	left: 230px;
	top: 75px;
	text-align:center;
}
#note {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 230px;
	top: 90px;
	text-align:center;
}
#movie {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 183px;
	width: 340px;
	left: 150px;
	top: 130px;
}
#pictlabel {
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 180px;
	top: 320px;
	text-align:center;
	font-size:10px;
}
#footnote {
	position: absolute;
	display: none;
	z-index: 10;
	left: 162px;
	top: 400px;
	text-align:center;
}
