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

body {background: url(images/bg.png) repeat-x top #ffffff;
	margin:0px; }
	
div#text {
	text-align:left;
	text-align:center;
	width:600px;
	margin: 0 auto;
	font-family:"Courier New", Courier, monospace;
	color:#FF0099;
	}
	
	
#footer {
    bottom: 0;
	height: 35px;
	width: 100%;
	background-color:#FF0099	;
	text-align: center;
	padding-top: 18px;
	z-index: 12;
	font-size: .7em;
	font-family:"Courier New", Courier, monospace;
	}

#footer A:link, #footer A:visited {
	text-decoration:none;
	color:#FFFFFF;
	}

#footer A:hover {
	font-weight: bold;
	}