/* reset */
img{
	border-style:none;
	vertical-align:top;
}
*:focus{outline:none;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:12px Cantarell-Regular, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	margin:0;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
header, footer, article, section, hgroup, nav, figure{display:block;}
mark{background:none;}
figure{
	margin:0;
	padding:0;
}
html{
	height:100%;
	background:url(../images/bg-homepage.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	margin:0;
	font:14px gill_sans_lightregular, arial, helvetica, sans-serif;
	min-width:630px;
	height:100%;
}
@font-face{
	font-family:'gill_sans_lightregular';
	src:url('../fonts/gillsanslight-webfont.eot');
	src:url('../fonts/gillsanslight-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gillsanslight-webfont.woff') format('woff'),
		url('../fonts/gillsanslight-webfont.ttf') format('truetype'),
		url('../fonts/gillsanslight-webfont.svg#gill_sans_lightregular') format('svg');
	font-weight:normal;
	font-style:normal;
}
#header{
	background:url(../images/bg-header.png) repeat-x;
	height:58px;
	overflow:hidden;
	padding:0 0 300px;
	position:relative;
	z-index:2;
}
.logo{
	text-indent:-9999px;
	margin:11px 0 0 39px;
	background:url(../images/logo.png);
	width:107px;
	height:31px;
}
.logo a{
	display:block;
	height:100%;
}
#content{
	width:100%;
	color:#fff;
	z-index:2;
	background:url(../images/bg-fade.png);
}
#content .inner{
	padding:34px 0 19px 42px;
	overflow:hidden;
	width:580px;
	text-align:justify;
}
#content p{margin:0 0 18px;}
#content h2{
	margin:0 0 18px;
	color:#ffcb1f;
	font-size:27px;
	line-height:normal;
	font-weight:normal;
	word-spacing:-1px;
	letter-spacing:-1px;
}
#footer{
	width:100%;
	padding:6px 0;
	font:11px arial, helvetica, sans-serif;
	color:#636363;
	z-index:2;
	background:#fff;
	overflow:hidden;
}
#footer dl{
	float:left;
	margin:0 20px 0 40px;
}
#footer dt{
	color:#ffcb1f;
	font-weight:bold;
}
#footer dd{margin:0;}
#footer dd a{color:#636363;}
.bottom-holder{
	position:relative;
	margin-top:-278px;
	width:100%;
	height:278px;
	z-index:2;
	overflow:hidden;
}
.wrapper{min-height:100%;}