@font-face {
    font-family: 'galaxie_polarisbook';
    src: url('fonts/galaxiepolaris-book-webfont.eot');
    src: url('fonts/galaxiepolaris-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/galaxiepolaris-book-webfont.woff') format('woff'),
         url('fonts/galaxiepolaris-book-webfont.ttf') format('truetype'),
         url('fonts/galaxiepolaris-book-webfont.svg#galaxie_polarisbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'galaxie_polarisbook_italic';
    src: url('fonts/galaxiepolaris-bookitalic-webfont.eot');
    src: url('fonts/galaxiepolaris-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/galaxiepolaris-bookitalic-webfont.woff') format('woff'),
         url('fonts/galaxiepolaris-bookitalic-webfont.ttf') format('truetype'),
         url('fonts/galaxiepolaris-bookitalic-webfont.svg#galaxie_polarisbook_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'galaxie_polarisbold';
    src: url('fonts/galaxiepolaris-bold-webfont.eot');
    src: url('fonts/galaxiepolaris-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/galaxiepolaris-bold-webfont.woff') format('woff'),
         url('fonts/galaxiepolaris-bold-webfont.ttf') format('truetype'),
         url('fonts/galaxiepolaris-bold-webfont.svg#galaxie_polarisbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	margin:0;
	padding:0;
	background: #ffffff;
	color: #000000;
	font-family: 'galaxie_polarisbook', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
    zoom: 1;
	}

#wrapper {width:600px; margin:70px auto; text-align:center;}
img#logo {border:none; outline:none; margin:0 auto 40px auto; width:300px; height:auto; display:block;}
h1, h3 {
}

h1 {
	color: #3ba3db;
	font-size:40px; margin-bottom:30px;
	font-weight:normal;
}
h3 {
	color: #000000;
	font-weight: normal;
	margin-top:20px;
	font-size: 18px;
	line-height:24px;
}
a, a:link, a:visited {color:#3ba3db; text-decoration: none;}
a:hover {color:#3ba3db;}
.clear {clear:left;}