<style type="text/css">

h1{color:#000000;font-family:"Impact";font-size:24px;font-weight:bold;text-align:center;text-shadow:1px 2px #666666;}
h2{color:#000000;font-family:"Arial";font-size:22px;font-weight:bold;text-align:center;text-shadow:1px 2px #666666;}
h3{color:#000000;font-family:"Arial";font-size:20px;text-align:center;text-shadow:1px 1px #666666;}

html {	
	color:#000000;
	font-size:18px;
	
	background: url(../Design/BKGD.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

body {
	color:#000000;
	font-size:18px;
}

#wrapper {
	position:relative;
	width: 80%;
	margin: auto;
}

header {
	position:relative;
	width:100%;
	margin: auto;
	text-align:center;
	font-size:18px;
}
@media only screen and (min-width:1025px){
header {
	position:relative;
	width:66%;
	margin: auto;
	text-align:center;
	font-size:18px;
}
}

.bkgd {
	background: url(../Design/BKGD.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

hr{
	width:50px;	
}

.sqLinks{position:relative;width:40px;height:40px;text-align:center;background-repeat:no-repeat;background-size:100%;opacity:0.7;z-index:100;}
.sqLinks:hover{opacity:1;}#.sqLinks:active{opacity:1;}

.border{
	border: solid #000000 1px;	
	border-radius: 20px;
}

#MainSize {
	width: 80%;
	height: 90%;
	position: relative;
	margin-left: auto;	
	margin-right: auto;
	min-width:450px;
	font-size:18px;
	color:#000000;
}

#MainVideo {
	bottom:10px;
	position:relative;
	width: 80%;
	height: 50%;
}
@media only screen and (min-width:1025px){
#MainVideo {
	bottom:10px;
	position:relative;
	width: 100%;
	height: 100%;
}
}

.btn{
	min-width: 50px;
	min-height: 36px;
	border-radius: 5px;
	font-size: 16px;
	border: solid 2px #000000;	
}
.btn:hover{
	min-width: 50px;
	min-height: 36px;
	border-radius: 5px;
	font-size: 17px;
	border: solid 2px #000000;	
	color: #000000;
	background-color: #dddddd;
}

A:link{text-decoration:underline;color:#000000}A:visited{text-decoration:underline;color:#555555}A:active{text-decoration:underline;color:#000000}

/*Elements*/

</style>