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

@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('☺'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: local('☺'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	margin:0;
	padding:0;
	background-color:white;
	color:black;
}


.wrapper {
	width:100%;
	height:100%;
	
}


.container {
width:80%;
height:300px;	
margin-left:auto;
margin-right:auto;
position:absolute;
top:50%;
margin-top:-150px;
left:0;
right:0;
line-height:20px;
}


h1, h2 {
	font-size:18px;
	font-family:Gotham-Book;
	letter-spacing:1px;
	margin:0;
	padding:0;

	
}

h2 {
line-height:25px;	
font-family:Gotham-Book;
font-weight:400;
	
}

p {font-family:Gotham-Book;
font-size:12px; 
letter-spacing:1px;
margin:0;
padding:0;
}

a {
margin:0;
padding:0;
text-decoration:none;
color:black;
height:20px;	
	
}