@charset "utf-8";
/* CSS Document */

body {
	color:#A9A9A9;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#email {
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

#wrapper {
    margin: 0 auto;
}

#footer{
	position: fixed;
	text-align: center;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0.01em 16px;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}