@charset "UTF-8";
/* CSS Document */

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background-color: #000000;
	opacity: 0.8;
	font-family: "Century Gothic";
	font-weight: 50;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-radius: 0 0 15px 15px;
-webkit-box-shadow: 2px #000;
-moz-box-shadow: 2px #000;
box-shadow: 2px #000;
	color: #fff;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    color: #FC6;
    text-decoration: none;
}

.copyright {
	color:#fff;
	font-size:10px;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
