html {
	height: 100%;
	margin-bottom: 100px;
}

body {
	background-image: url(http://www.dalbytestprep.com/images/bg_website.gif);
	background-repeat: repeat-x;
	background-color: #222222;
	font-family: georgia, arial, serif;
	font-size: 11pt;
	color: #222222;
	line-height: 16pt;
}

table {
	background-color: #ffffff;
}

h1 {
	margin-top: 20px;
	font-family: tahoma, arial, "sans serif";
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}
h2 {	
	margin-top: 20px;
	font-family: tahoma, "arial, sans serif";
	font-weight: bold;
	font-size: 20px;
}
h3 {
	margin-top: 20px;
	font-family: tahoma, arial, "sans serif";
	font-weight: bold;
}

a:link { 
	color: #3000ff;
	text-decoration:none;
}
a:visited { 
	color: #1a0088;
	text-decoration:none;
}
a:hover, a:active { 
	color: #7e96d1; 
	text-decoration:none;
}

#Layer1 img {
	position: relative;
	top: 25px;
	left: 6px;
}