html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0;
    background: #000000;
	color:#ffffff;
}

a {
	color:#ffffff;
	font-size:11px;
	text-decoration:underline;
	font-weight: normal;
}

img {
	border: 0px;
}

#header {
	background-color: #000000 !important;
	background-image: url('../images/header.jpg');
	background-position:center;
    background-repeat: no-repeat;
	height: 114px !important;
}

#footer {
	background-color: #000000 !important;
	background-image: url('../images/copyright.jpg');
	background-position:center;
    background-repeat: no-repeat;
	height: 25px !important;
}

#mainView {
	background-color:#000000;
    background-image: url('../images/mainBgDefault.jpg');
	background-position:right top;
    background-repeat: no-repeat;
	color:#ffffff;
	text-align:left;
	height: 316px; /*327*/
}

#mainLinks {
	background-color:#000000;
    background-image: url('../images/linkBgNew.jpg');
	background-position:center top;
    background-repeat: no-repeat;
	color:#ffffff;
	text-align:center;
	vertical-align: text-top;
	height: 116px;
}

#mainViewLeft,
#mainViewLeft2 {
	background-color: #000000;
    background-image: url('../images/bgPhotoRPanel.jpg'); /* Notes... */
	background-position:left;
    background-repeat: no-repeat;
	color:#ffffff;
	overflow:hidden;
	text-align:center;
	width: 446px;
}

#mainViewLeft2 {
    background-image: url('../images/bgPhotoLPanel.jpg');
	background-position:right;
}

#mainViewRight,
#mainViewRight2 {
	background-color: #000000;
    background-image: url('../images/bgPhotoRPanel.jpg'); /* Notes... */
    background-repeat: no-repeat;
	background-position:right;
	color:#ffffff;
	overflow:hidden;
	width: 344px;
}

#mainViewRight2 {
    background-image: url('../images/bgPhotoLPanel.jpg');
	background-position:left;
}

#scrollBox,
#scrollBox2 {
    background-image: url('../images/mainBgDefaultDark.jpg'); /* Notes...*/
    background-repeat: no-repeat;
	background-position:right top;
	width: 435px;
	height: 286px; /*297*/
	overflow-x:hidden;
	overflow-y:auto;
	padding: 15px 61px 15px 61px;
}

#scrollBox2 {
    background-image: url('../images/bgPhotoLPanel.jpg');
	background-position:left;
}

#closeBox {
    position:relative;
	height: 0px;
	top:-314px;
	left:2px;
}

.mainLinks {
	background-image: url('../images/linkSet.gif'); /* Notes... */
	background-repeat: no-repeat;
	background-position: left 6px;
	width: 557px;
}

.newsLink {
	background-position: center -85px !important;
}

.contactLink {
	background-position: center -358px !important;
}

.castLink {
	background-position: center -176px !important;
}

.crewLink {
	background-position: center -267px !important;
}