	body
	{
	background:					#fff;
	margin:						0;
	padding:					0;
	font-family:				gotham_book;arial,helvetica,sans-serif;
	-webkit-text-size-adjust: 	none;
	}
	
	@font-face {
    font-family: 				gotham_book;
    src: 						url('../fonts/gotham_book.eot');
    src: 						url('../fonts/gotham_book.eot?#iefix') format('embedded-opentype'),
        						url('../fonts/gotham_book.woff') format('woff'),
        						url('../fonts/gotham_book.ttf') format('truetype'),
        						url('../fonts/gotham_book.svg#webfontOvuhCGpN') format('svg');
    font-weight: 				normal;
    font-style: 				normal;
	}
	
	@font-face {
    font-family: 				gotham_medium;
    src: 						url('../fonts/gotham_medium.eot');
    src: 						url('../fonts/gotham_medium.eot?#iefix') format('embedded-opentype'),
        						url('../fonts/gotham_medium.woff') format('woff'),
        						url('../fonts/gotham_medium.ttf') format('truetype'),
        						url('../fonts/gotham_medium.svg#webfontOvuhCGpN') format('svg');
    font-weight: 				normal;
    font-style: 				normal;
	}
	
	@font-face {
    font-family: 				gotham_bold;
    src: 						url('../fonts/gotham_bold.eot');
    src: 						url('../fonts/gotham_bold.eot?#iefix') format('embedded-opentype'),
        						url('../fonts/gotham_bold.woff') format('woff'),
        						url('../fonts/gotham_bold.ttf') format('truetype'),
        						url('../fonts/gotham_bold.svg#webfontOvuhCGpN') format('svg');
    font-weight: 				normal;
    font-style: 				normal;
	}
	
	a
	{
	text-decoration:			none;
	color:						#04a5fc;
	}
	
	a:hover
	{
	color:						#7dcffc;
	}
	
	area
	{
	outline: 					none;
	}