div.background {
   background-image:url('background.jpg');
   background-repeat:no-repeat;
   width:612px;
   height:648px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
}       
div.textcol1 {
	position:relative;
	float:left;
	left:10px;
	top:25px;
	width:288px;
	height:648px;
	color:#fff
}
div.textcol2 {
	position:relative;
	float:left;
	left:40px;
	top:425px;
	width:288px;
	color:#fff;
}
div.sub {
	font-family:arial;
	text-align:left;
	margin-left:10px;
	font-weight:400;
	color:#fff;
}
ul.headers {
	list-style-type:none;
	font-family:arial;
	font-weight:600;
	color:#fff;
}
ul.links {
	list-style-type:square;
	font-family:arial;
	font-weight:400;
	position:relative;
}
ul.sublinks {
	list-style-type:none;
	font-family:arial;
	font-weight:300;
	position:relative;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:underline;
}
i {
	font-size:60%;
	color:#fff;
}

