img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1000px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 800px){
	img.bg {
left: 50%;
margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	
	
	/* These have no effect on the functionality */
	width: 650px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	color: white;
	top: -10px;
	left: 0px;
	}



div#bottom {
	margin-top: 2%;
	float: left;
	}
body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 100px;
	padding: 0 0 0 0;
}

.headline {
font-family: sans-serif;
font-size: 50px;
font-weight: bold;
color: white;
letter-spacing: -1px; 
word-spacing: 3px;
}

.headlineTwo {
font-family: sans-serif;
font-size: 30px;
font-style:italic;
font-weight: bold;
color: white;
}

.italicSub {
font-family: sans-serif;
font-style:italic;
font-size: 16px;
font-weight: 400;
line-height:120%;
color: white;
margin-top:-35px;

}

.MidPlain {
font-family: sans-serif;
font-size: 16px;
font-weight: 400;
color: white;
white-space:nowrap;
line-height:120%;
margin-top:0px;
}

p {
font-family: sans-serif;
font-size: 12px;
font-color: #FFFFFF;
font-weight: 400;
color: white;
line-height: 14px;
margin:0 auto;
}
div#column1 {
	float: left;}

div#column2 {
	float: left;
	margin-left: 12%;
	}

div#column3 {
	float: left;
	margin-left: 12%;
	}

div#column4 {
	float: left;
	margin-left: 12%;
	}

div#column5 {
	float: left;
	margin-left: 12%;
	}

.instruction {
	font-size: 10px;
	letter-spacing: 1px; }

.nonlink {
font-family: sans-serif;
font-size: 16px;
font-weight: 400;
color: #C0C0C0;
white-space: nowrap;
line-height: 120%;
margin-top:0px
}

.nonlinkSmall {
font-family: sans-serif;
font-size: 12px;
color: #FFFF66;
font-weight: 400;
line-height: 14px;
margin:0 auto;
}

a:link {text-decoration: none; color: white; white-space:nowrap;}
a:visited {text-decoration: none; color: white; white-space:nowrap;}
a:active {text-decoration: none; color: white; white-space:nowrap;}
a:hover {text-decoration: none; color: #FFFF66; white-space:nowrap;}
