@charset "UTF-8";
/* CSS Document */

body {
	background:#000000 url(images/main_bg.jpg) no-repeat center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#8ac73c;
}

/* ---------------------------------text------------------------------------ */

h1 {
	font-size:20px;
}

a {
	color:#df0079;
}

.mediaText {
	color:#b4d139;
}

/* ---------------------------------images---------------------------------- */

#highRes img {
	margin:5px;
}

a img {
	border:0px;
}

/* -------------------------------main layout------------------------------- */

#container {
	background:url(images/footer_bg.gif) no-repeat bottom;
	padding:207px 0 40px 0;
	margin:auto;
	width: 800px;
}

#main {
	width:495px;
	margin:auto;
}

#introText {
	text-align: center;
	width: 495px;
	margin: auto;
}

.contentBox {
	background:url(images/contentBox_bg.gif) repeat-x;
	border-top:#8ac73c solid 1px;
	text-align:center;
	padding:15px 0 10px 0;
}

.newsArticles {
	margin-bottom:10px;
}

.newsArticles p {
	border-bottom:#430024 dotted 1px;
	padding:10px 0 10px 0;
	margin:0 10px 0 10px;
}

#movieBox {
	background: url(images/movieBox_bg.jpg) no-repeat;
	width:800px;
	height: 450px;
	padding: 75px 0 0 0;
	text-align:center;
}

#highRes {

}