body, html {
	margin: 0px; 
	padding: 0px;
	background:#fff;
	font: 100% Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	line-height:16px;
	}
p {
	color: #000;
	margin: 0px 0px 6px 0px;
	}
#wrapper {
	min-height:100%;
	background:#ffffff;
	}
* html #wrapper {
	height:100%;
	}
#dot {
	clear: none;
	float: none;
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	top: 89%;
	width: 450px; 
	position: absolute;
	height: 119px;
	margin: 0px;
	border: none;
	overflow: hidden;
	}
	
.maintitle {
	font-size: 19px;
}
a:link, a:visited {
		color: #000;
        text-decoration: underline;
	}
a:active, a:hover {
		color: #999;
        text-decoration: underline;
		}

#a:link img, a:visited img { 
		border: 1px;
		}

#a:hover img { 	
		border: 0px;
		outline:none
		}
:-moz-any-link:focus { outline: none;}
input, select, textarea { background-color:#cccccc; border:0px; font-size:11px; font-family: Arial, Helvetica, sans-serif; color:#000000; }
input[type=text] { background-color:#cccccc; border:0px;} 
