/* CSS Document */

body {
	background-color: #000000;
}

#splash_box {
	width: 800px;
	height: 400px;
	border: 12px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-image: url(../imgs/splash/spl_bg_00.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#nav_box {
	width: 306px;
	z-index: -1;
	float: left;
}

.nav_projectCars {
	margin-top: 140px;
}

.nav_photoGallery {
	margin-top: 18px;
}

.nav_services {
	margin-top: 15px;
}

.nav_contact {
	margin-top: 11px;
	margin-bottom: 11px;
}

#event_txt {
	width: 404px;
	height: 95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	right: 15px;
	bottom: 15px;
	position: absolute;
}

#event_txt_box {
	width: 404px;
	height: 95px;
	right: 15px;
	bottom: 15px;
	background: #000000;
	position: absolute;
	filter: alpha(opacity=50);
	opacity: 0.50;
	padding: 7px;
}
