@charset "UTF-8";
/* CSS Document */
/* Styles used for David Gogo Splash Page */

.dgsplashcontentcontainer {
	margin: 0px;
	min-height: 500px;
	width: 1000px;
	height:auto;
	background-image: url(../assets/gfx-splash/davidgogo-splashbackgrnd.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
.dgsplasharea {
	width: 500px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 490px;
}
div.bannerrow {
	width: 500px;
	margin: 0px;
	text-align:center;
}
div.Width50 {
	float:left;
	text-align:center;
	width:50%;
	margin-bottom:16px;
}
div.splashnewsbox {
	background-color: #2D2D2D;
	border: 2px inset #6C6C6C;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 6px;
}
div.splashnews, p.newsposted {
	font-size:85%;
}
div.splashnews h2.newstitle {
	margin-top: 1px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.splashnews p {
	padding-top: 0pt;
	margin-top: 0px;
}
