a {
	font-weight: bold;
	color: #00A0C6;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #339999;
}

a:hover {
	text-decoration: none;
	color: #00CCCC;
}

a:active {
	text-decoration: none;
	color: #0099CC;
}
	
body {
	background-color: #686868;
}
	
#bgLayout {
	margin: 10px 20px;
	background-color: #686868;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
	

	
#coverText {
	background-color: #FFFFFF;
	position: absolute;
	width: 300px;
	left: 450px;
	top: 200px;
	z-index: 2;
}

#video {
	background-color: #FFFFFF;
	width: 340px;
	left: 75px;
	top: 175px;
	position: absolute;
	height: 350;
	z-index: 2;
}

#content {
	position: absolute;
	top: 175px;
	left: 61px;
	width: 680px;
	z-index: 2;
}
			
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}


.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}



.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.license {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	text-align: center;
}

.bgLink {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	text-align: center;
}
.bgLink:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.bgLink:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.bgLink:hover {
	text-decoration: none;
	color: #00FFCC;
}
.bgLink:active {
	text-decoration: underline;
	color: #FFFFFF;
}
