html, body 
{ 
	height:100%; 
	width:	100%;
}  

body 
{ 
	margin:0; 
	padding:0; 
	overflow:hidden; 
	background-color: #c7e4f0;
}

.backgroundContainer
{
	margin-left: 			auto;
	margin-right: 			auto;
	background-image: 		url("../images/noFlash.jpg");
	background-repeat:		no-repeat;
	background-position:	top center;
	width: 					720px;
	height:					480px;
	border: 				0px solid red;
}

.altContent
{
	border: 				0px solid green;
	position: 				relative;
	padding-left: 			300px;
	width: 					100%;
	height:					480px;
	text-align: 			left;
	font-family: 			arial;
	font-size: 				12pt;
	color: 					#11506c;
	display:				table-cell;
	vertical-align: 		bottom;
}

a:link, a:visited
{
	text-decoration: none; 
	color: #0000ff;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 14pt;
}
.footer
{
	font-size: 8pt;
}
