@charset "UTF-8";
html, body {
	/* any div up to fullscreen-cont must have this
    in this case html and body */
	height: 100%;
	min-height: 100%;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fullscreen-cont,
.fullscreen-img {
    display:block;
    position:relative;
    min-width:100%;
    min-height:100%;
}
.fullscreen-img {
    display:block;
    position:absolute;
    z-index:1;
    min-width:100%;
    min-height:100%;
    /* background position when .fullscreen-img overflows */
    background:transparent url('images/fullBG.jpg') center center no-repeat;
    background-size:cover;
}
.content {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 200px;
	top: 100px;
	background-image: url(images/transBG.png);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana;
	color: #fff;
	padding-top: 60px;
}
img {max-width:100%}
a:link {color: #fff; text-decoration:none;}
a:visited {color: #fff; text-decoration:none;}
a:hover {color: #D40003; font-size:36px; text-decoration:none;}