<style type="text/css">
* {
	margin: 0;
}
html, body {
	height: 100%;
    padding: 0;    
	margin: 0;
}
#container {  
	 min-height: 100%;   
	 margin-bottom: -38px;   
	 position: relative;
}
#centeredcontent {
	width: 448px;
	height: 144px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -224px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -72px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

a:link {color:#000000;text-decoration:none; }
a:visited {color:#000000;text-decoration:none; }
a:hover {color:#CC0000;text-decoration:underline; }
a:active {color:#000000;text-decoration:none; }
a img {border: none; } 

img
{
position:relative;
left:0px;
top:0px;
z-index:99;
}

.footer, .push {
	height: 38px; /* .push must be the same height as .footer */
	position: relative;
	background: url(images/filler1.jpg) repeat;
}
.footer a {
	color: #FF0000;
	text-decoration: none;
	border: 0;
}
.footer p {
	position: absolute;
	left: 45%;
	bottom: 4px;
	width: 130px;
	padding: 0;
	color: #FFFFFF;
	font: 0.6em arial,sans-serif;
}

.footer2 a {
	color: #FF0000;
	text-decoration: none;
	border: 0;
}
.footer2 p {
	position: absolute;
	right: 20px;
	bottom: 4px;
	width: 80px;
	padding: 0;
	color: #FFFFFF;
	font: 0.6em arial,sans-serif;
}
.clearfooter {   
	height: 38px;   
	clear: both;
}


</style>

