html { -webkit-font-smoothing: antialiased; }
body {
	background:url('../images/background.png') center 0 no-repeat; 
	color: #47A3DA;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeueLight", "Helvetica Neue", "HelveticaNeue", Helvetica, Tahoma, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}
.wrapper {
	margin:0 auto;
	min-width: 960px;
	padding: 0 0 40px 0;
}
.clear {clear: both;}
h1 {
	font-size: 1.5em;
	color: #f0f0f0;
	font-weight: normal;
	text-align: center;
	margin: 20px 0;
}
h2 {
	font-size: 1.2em;
	color: #f0f0f0;
	font-weight: normal;
	text-align: center;
	margin: 0 0 20px 0;
}
header img {
    display: block;
    margin: 0 auto;
    padding: 15% 0 0 0;
    position: relative;
    text-align: center;
}
header ul {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
header li {
    display: inline-block;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 0.5;
    text-align: center;
}
header li:last-child {margin-right: 0;}
header li:first-child {margin-left: 0;}
header li:hover {opacity: 1;}
#left, #right {
	width: 90px;
	display: block;
	height: 20px;
}
#left {
	float: left;
	margin: 0 0 0 -8px;
}
#right {float: right;}
