* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #fff;
	font-family: 'Raleway', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p 
{
	font-family: 'Raleway', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#bigFont
{
font-size:14px;
}

#links 
{
	text-align:center;
}

@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url(../ralewayFont.eot);
	src: local('Raleway'), url(../ralewayFont.eot) format('embedded-opentype'), url(../ralewayFont.woff) format('woff');
}
a, a:link
{
	text-decoration:none;
	color:white;
}
a:hover
{
	text-decoration:none;
	color:red;
}

#contentMaster 
{
	/*position:relative;*/
}

#secureDiv
{
	position: absolute;
	width: 100%;
}

#contentLogo
{
	width:800px;
	padding:10px;
	height:400px;
	position:absolute;
	margin-top:-200px;
	margin-left:-400px;
	top:50%;
	left:50%;
	text-align:center;
}

#contentVideo
{
	height: 400px;
	position: absolute;
	top: 335px;
	margin-top: -200px;
	left: 85px;
}
.subtitle
{
	text-align:center;
	width:100%;
	clear:both;
	padding:5px;
	color:#039;
	margin-bottom:40px;
}
