@charset "utf-8";
/* FOOTER */

#copyrightBox {
	
	clear:both;
	position:fixed;
	bottom:0;
	
	left:0;
	

	/*margin-top: 280px;*/
	width:100%;
	min-height:30px;
	
	background:#fff;
	border-top:2px solid #555;
	background-image:url(../img/bg/hexellence2.png);
	background-repeat:repeat;
}

#copyrightNotice {
	color:#777;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:7px;
	text-align:center;
}

#copyrightNotice a:link {
	color:#777;
	text-decoration:none;
	padding:3px;
}

#copyrightNotice a:visited {
	color:#777;
	text-decoration:none;
	padding:3px;
}

#copyrightNotice a:hover {
	color:#555;
	text-decoration:underline;
	padding:3px;
}

#copyrightNotice a:active {
	text-decoration:none;
	padding:3px;
}