/* LINKS */
a:link {
	color:#878787; 
	font-weight:bold;
	text-decoration:none;
	}
a:visited {
	color:#878787; 
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#C0C0C0;
	text-decoration:none;
	background-color:transparent;
	}
a:active {
	color:#C0C0C0; 
	text-decoration:none;
	}

/* 303030 */

body, html{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:100%;
} 

div.footer {
	width:100%;
	background-color:#FFFFFF;
	text-align:center;

	position:relative;
	right:0px;
	top:100px;
	border:0 none;
	clear:both;
	margin:0;
	padding:0;
}
