* {margin:0;padding:0;}

body {
	font-family: 'Pontano Sans', sans-serif;
    background-image: url("../img/bg.png");
    background-repeat: repeat-x;
	background-position:top;
	text-align: center;
}

h1 {font-family: 'Pontano Sans', sans-serif;text-transform: uppercase;font-size:16px;letter-spacing: 2px;margin:0 0 10px 0;}
h2 {font-family: 'Pontano Sans', sans-serif;text-transform: uppercase;font-size:16px;letter-spacing: 2px;margin:0 0 20px 0;}
p {margin:0 0 20px 0;}
section.landing {
	padding:180px 0 0 0;
	margin:30px 0 0 0;
	background-image: url("../img/logo.png");
	background-repeat:no-repeat;
	background-position:top;
	background-size:300px 167px;
	}
	
	
section.landing ul li {list-style-type: none;text-transform: uppercase;font-family: 'Pontano Sans', sans-serif;text-decoration: none;margin:0 0 10px 0;}
section.landing ul li a {color:#999;text-decoration: none;letter-spacing: 1px;}
section.landing ul li a:hover {color:#000;}