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

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
}

footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    background-color: #f18926;
}

a {
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
}
