@font-face {
    font-family: 'prime';
    src:  url('../fonts/prime.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width:100%;
    height: 30px;
    padding: 5px;   
    background-color: black;
    font-family: "prime", Verdana, sans-serif;
    font-size: 10px;
    color: #fff;
    z-index: 200;
}

a {
	color: #fff;
	text-decoration: none;
}

.left{
    float: left;
    padding-left: 2%;	
}
.right {
    float: right;
    text-align: right;
    padding-right: 4%;

}