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

body {
    background: black;
    color: white;
	text-align: center;
	align-content: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
div#content {
	text-align: center;
	width: 100%;
	margin: 22% 0px 12% 0px;
}
img#logo {
	width: 640px;
}
ul {
	position: relative;
	left: auto;
	vertical-align: top;
	text-align: left;
}
li {
	display: block;
	position: relative;
	vertical-align: top;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12.5px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 0px;
	text-indent: 0px;
	text-decoration: none;
	list-style: outside;
}
div#footer {
	position: relative;
	bottom: 0px;
	padding: 20px 30px;
}
address {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12.5px;
	line-height: 20px;
	font-style: normal;
	color: #999;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
}
#footer address a:link, #footer address a:visited {
    text-decoration: none;
    color: inherit;
}
#footer address a:hover, #footer address a:active, #footer address a:focus {
    font-weight: normal;
    color: #ccc;
}
ul li a:link, ul li a:visited {
    text-decoration: none;
    color: inherit;
    font-weight: lighter;
}
ul li a:hover, ul li a:active, ul li a:focus {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}
