
body {
	margin: 0;
	padding:0;
	background-color:#e5e5e5;
	color:#000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 62.5%;
	text-align: center;
}



a:link, a:visited { 
	text-decoration: none;
	color: #555;
}
a:hover { 
	text-decoration: none;
	color: #000000;
}
a img {
	border: none;
}

li{
	list-style: none;
}

.minwrap{
	clear:both;
}

#footer {
	clear: both;
	padding: 40px;
	padding-top: 5px;
	font-size: 11px;
	color: #bbb;
	line-height: 14px;
}
#footer a {
	color: #bbb;
	text-decoration: none;
}
#footer a:hover {
	color: #bbb;
	text-decoration: underline;
}


