/* page background */
body,td,th {
	background-color: #000000;
}

/* regular text */
p,li {
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	font-style: oblique;
	text-align: center;
}

/* links */
a {
	color: #FFFFFF;
	font-family: "Impact", sans-serif;
	font-size: 13pt;
	font-style: normal;
	text-align: center;
}

/* headline text */
h2 {
	color: #FFFFFF;
	font-family: "Impact", sans-serif;
	font-size: 24pt;
	text-align: center;
}

/* footnote text */
h5 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
	font-style: oblique;
	text-align: center;
}

/* divider */
hr {
	color: #FF0000;
}

/* don't change anything below here! */

div#links {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 975px;
	height: 125px;
}

div#links a {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
}

div#links a:hover {
	background-color: black;
	color: red;
        font-size: 13pt;
	text-decoration: none;
}


div#welcome {
	position: absolute;
	top: 165px;
	left: 10px;
	width: 600px;
	height: 250px;
}

div#movie {
	position: absolute;
	top: 205px;
	left: 635px;
	width: 330px;
	height: 250px;
}

div#image {
	position: absolute;
	top: 450px;
	left: 85px;
	width: 320px;
	height: 240px;
}

div#sample {
	position: absolute;
	top: 480px;
	left: 500px;
	width: 465px;
	height: 225px;
}

div#footnote {
	position: absolute;
	top: 730px;
	left: 10px;
	width: 955px;
	height: 50px;
}