@font-face {
    font-family: 'LatoBold';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBlack';
    src: url('fonts/lato-black-webfont.eot');
    src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-black-webfont.woff') format('woff'),
         url('fonts/lato-black-webfont.ttf') format('truetype'),
         url('fonts/lato-black-webfont.svg#LatoBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
	width: 100%;
	background: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}

#wrap {
	min-height: 720px;
	height: 100%;
	overflow: hidden;
	}
#wrap_top {
	width: 100%;
	height: auto;
	}
#wrap-content {
	width: 870px;
	height: 360px !important;
	margin: 0 auto;
	padding-top: 20px;
	}
	
#wrap_bottom {
	height: 100%;
	width: 100%;
	}
	
#stretch {
	position: absolute;
	z-index: 100;
	height: 70%;
	min-height: 510px;
	width: 100%;
	}
	
#bottom-content {
	width: 870px;
	height: 320px !important;
	padding-top: 30px;
	margin: 0 auto;
	}
	
img#logo {
	margin-right: 25px;
	float: left;
	}

h1 {
	font-family: 'LatoBlack';
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	position: relative;
	top: -2px;
	}
	
h2 {
	font-family: 'LatoBlack';
	font-size: 26px;
	color: #e5c631;
	line-height: 26px;
	position: relative;
	top: 8px;
	}
	
h3 {
	font-family: 'LatoBold';
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	}

a {
	text-decoration: none;
	color: #e5c631;
	}
	
a:hover {
	color: #ffffff;
	}
		
span.infw {
	font-family: 'LatoBlack';
	}
	
span.inls {
	padding: 0 6px;
	}
	
span.yel {
	font-family: 'LatoBlack';
	font-size: 16px;
	color: #e5c631;
	}

#slider-bg {
	background: url(../images/slider-bg.png) no-repeat;
	width: 740px;
	height: 347px;
	margin: 0 auto;
	}