html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color:#FFFFFF;
	text-decoration: none;
}
a:link, a:visited {
 	color:#666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
img {
	border: 0px none;
}
#content {
	width: 100%;
	height: 100%;
}
#footer {
	background-image: url(footer_bgr.gif);
	background-repeat: repeat-x;
}
#footer_text {
	width: 990px;
	height: 30px;
	padding-top: 45px; 
}

