@charset "utf-8";
/* CSS Document */

#wholefooter { 
	position:absolute;
	bottom:0;
	right:0;
	left:0;
}

#footercontainer { 
	padding-top:10px; 
	background:#FFFFFF; 
	border-top:#C3C3C3 solid thin;
	

}

#copyrightcontainer {
	color:#DDDDDD;
	font-size:9px;
	border-top:thick solid #FE0000;
	background:#000;
	border-bottom:thin #DDDDDD solid;
	padding:10px;


}
#copyrightcontainer a {
	color:#DDDDDD;
	text-decoration:none;
}