body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #0ad;
	font-size: 63.5%;
	line-height: 1.2em;
	color: #666;
	min-width: 1000px;
	min-height: 500px;
	margin: 0;
	padding: 0;
}

.inverted {
	font-family: "Courier New", Courier, monospace;
	background-color: #222;
	color: #ddd;
}


h1 {
	font-family: "Courier New", Courier, monospace;
	color: #222;
	margin: 0;
	height: 1.4em;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	color: #222;
	margin: 0;
	height: 1.4em;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	color: #222;
	margin: 0;
	margin-top: 30px;
}

a {
	outline: none;
	border: none;
}

a img {
	outline: none;
	border: none;
}

a, a:link, a:visited {
	font-family: "Courier New", Courier, monospace;
	color: #222;
}

a:hover {
	color: #0ad;
	text-decoration: none;
}

a.inverted, a.inverted:link, a.inverted:visited {
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	text-decoration: none;
	
}

a.inverted:hover {
	color: #0ad;
	text-decoration: underline;
}



/*HEADER*/

#header {
	position: absolute;
	background: #0ad url(../imgs/backgroundEdge.png) no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
}

#filmInfo {
	position: absolute;
	top: 0px;
	left: 250px;
}

#filmInfo #laurels {
	margin-top: 10px;
	margin-left: 30px;
}

#filmInfo #tagLine {
	margin-top: 50px;
}

#jacksonMain {
	position: fixed;
	bottom: -2px;
	right: 0;
	padding-right: 50px;
}



/*NEWS*/

#newsBox {
	position: relative;
	width: 200px;
	height: 250px;
	top: 190px;
	left: 20px;
	padding: 0;
	margin: 0;
	z-index: 350;
}

#newsBox p {
	width: 120px;
	text-align: center;
	font-size: 4em;
	line-height: 1.2em;
	color: #444;
	padding: 0;
	padding-top: 50px;
	margin: 0;
	margin-left: 40px;
}

#newsBox img {
	max-width: 200px;
	max-height: 290px;
}

#newsBox h1 {
	margin-bottom: -10px;
}


#footer a {
	color: #fff;
}

