body {
	background-color: #141517;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#redBox {
	background-image: url(images/redBox.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 550px;
	margin-left:auto;
	margin-right:auto;

}

#redBox2 {
	background-image: url(images/redBox2.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 550px;
	margin-left:auto;
	margin-right:auto;

}

#whiteBar {
	font-family: Arial, Helvetica, sans-serif;
	width: 678px;
	height: 32px;
	position: relative;
	left: 0px;
	top: 243px;
    background-color: #fff;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.4;
	
}

a:link { 
	color: #333333;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	text-decoration: none;
	}
	

a img {
border: none;
}

