@charset "utf-8";
/* CSS Document */
body {  
width: 1200px; margin-left: auto ;
  margin-right: auto ;}

.social {
	width: 45%;
	float: left;
	padding-left: 5%
}

.splash {
	background-image:url(splash.png);
	width: 1200px;
	height: 768px;
	}
.announce {
	width: 50%;
	float: right;
	
}

@font-face {
    font-family: 'SatelliteRegular';
    src: url('satellite-webfont.eot');
    src: url('satellite-webfont.eot?#iefix') format('embedded-opentype'),
         url('satellite-webfont.woff') format('woff'),
         url('satellite-webfont.ttf') format('truetype'),
         url('satellite-webfont.svg#SatelliteRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {font-family: 'SatelliteRegular', Arial, sans-serif;
size: 18px;}

h2 {font-family: 'SatelliteRegular', Arial, sans-serif;
size: 16px;}