html, body {
	
	width: 100%;
   	height: 100%;
   	margin: 0px;
    	padding: 0px;
	background-image:url('../images/back.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: 100% 100%;
	font-family: 'Bell MT', Serif;
	
}
	
#backImgDiv { 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='..images/back.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='..images/back.png', sizingMethod='scale')";
	position: absolute;
	width: 100%;
	height: 100%;
}

.button {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.bLink{
    position:relative;
	width: 60%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}

a {
	text-decoration: none;
}

.buttonText {
	position: absolute;
	text-align: center;
	width: 60%;
	left: 20%;
	z-index: 1000;
	top:15%;
	color: #FFFFFF;
	/*font-weight:bold;*/
}

#backgroundDiv {
	position: fixed;
	background: #dee4fa;
	padding: 0;
	width: 49%;
	border-style: solid;
	z-index: 1;
	height: 100%;
}

#title {
	width: 50%;
	top: 30%;
	right: 0%;
	position: fixed;
	margin: auto;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

#titleText {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 40px; /* 8.3% of page width */
	z-index: 1000;
}

#titleSubText1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 30px;
	z-index: 1000;
}

#titleSubText2{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
	z-index: 1000;
	color: #000000;
}

#outer {
	position:relative;
	width: 49%;
	z-index:1000;
}

#tester {
	position: absolute;
	font-size: 20px;
	right: 10%;
	top: 0%;
	font-color: #FF0000;
}