@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */


body {
	background-color: #BFDBE8;
}
.container {
	height: 768px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../DMC/images/bkgrndArtwork_large.jpg);
	background-repeat: no-repeat;
	border: 4px solid #152730;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.logo {
	height: 74px;
	width: 100%;
}


.firstPg {
	background-color: rgba(19, 57, 81, 0.9);
	height: 80px;
	padding-top: 20px;
}


a {
	text-decoration:none;
	color:#FFF;
	

	}
a:hover {
	color:#6CF; 
	}
