@charset "utf-8";
/* CSS Document */

#mainDiv {
	position: relative;
	height: 510px;
	width: 600px;
	overflow: hidden;
	margin: 0px auto;
	top: 20px;
}
.topcontainer {
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 600px;
	font-family: "Courier New", Courier, monospace;
	vertical-align: middle;
	height: 70px;
	top: 20px;
	margin: 0px auto;
}
.headlinecontainer {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bolder;
	color: #FFF;
	position: absolute;
	left: 60px;
	top: 10px;
}

.logocontainer {
	left: 0px;
	position: relative;
	width: 90px;
	top: 15px;
}

.menucontainer {
	font-family: "Courier New", Courier, monospace;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	text-align: center;
	width: 100px;
	right: 0px;
	top: 0px;
	left: 500px;
	vertical-align: top;
	font-size: medium;
}

.maincontainer {
	overflow: auto;
	position: relative;
	visibility: visible;
	height: 400px;
	width: 470px;
	margin-left: 0px;
	background-color: #000;
	font-family: "Courier New", Courier, monospace;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	color: #448564;
	text-decoration: none;
	font-size: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

a:hover {
	font-family: "Courier New", Courier, monospace;
	color: #448564;
	text-decoration: none;
	font-size: medium;
	text-transform: uppercase;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #448564;
	text-decoration: none;
	font-size: medium;
}
.moviecontainer {
	position: absolute;
	height: 254px;
	width: 320px;
	margin: 0px auto;
	left: 90px;
	top: 70px;
}
