@font-face {
	font-family: 'gibsonlight';
	src: url('../fonts/gibson-light-webfont.eot');
	src: url('../fonts/gibson-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/gibson-light-webfont.woff') format('woff'),
		 url('../fonts/gibson-light-webfont.ttf') format('truetype'),
		 url('../fonts/gibson-light-webfont.svg#gibsonlight') format('svg');
	font-weight: normal;
	font-style: normal;

}
body {
	margin: 0;
	color: #fff;
	font: 15px/19px 'gibsonlight', Arial, Helvetica, sans-serif;
	min-width: 1000px;
	background: #000;
}
img { border-style: none; }
a {
	text-decoration: none;
	color: #000;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
#wrapper {
	overflow: hidden;
	background: url(../images/bg-body.png) top center no-repeat;
}
#header {
	overflow: hidden;
	padding: 25px 44px 43px;
	width: 880px;
	margin: 0 auto;
}
.logo {
	background: url(../images/sprite.png) no-repeat;
	width: 880px;
	height: 129px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.logo a {
	height: 100%;
	display: block;
}
#main {
	overflow: hidden;
	padding: 0 0 10px;
	width: 968px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 635px;
}
.visual {
	background: url(../images/bg-banner.png) no-repeat;
	height: 379px;
	padding: 18px 19px 0 9px;
	position: relative;
	margin: 0 0 40px;
}
.text-kap {
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	width: 230px;
	height: 159px;
	background: url(../images/sprite.png) -23px -421px no-repeat;
	margin: 115px 0 0;
}
.text-bam {
	overflow: hidden;
	margin: 0 0 30px;
	text-indent: -9999px;
	float: right;
	width: 219px;
	height: 164px;
	background: url(../images/sprite.png) -361px -414px no-repeat;
}
#content .visual .btn-getstarted {
	bottom: -37px;
	right: 23px;
	position: absolute;
	width: 280px;
	height: 202px;
	margin:0;
}
#content .visual .btn-getstarted a,
#content .visual .btn-getstarted a > span.main{
	width: 280px;
	height: 202px;
	display:block;
}
#content .visual .btn-getstarted a > span.main{
	background: url(../images/sprite.png) -722px -170px no-repeat;
}
#content .visual .btn-getstarted .mask{
	width:280px;
	height:199px;
	top:2;
	left:0;
	background-position:-720px -381px;
}
#content .visual .btn-getstarted .mask2{
	background-position:-720px -580px;
	top:-3px;
	left:-2px;
}
#content h1 {
	font-size: 43px;
	line-height: 40px;
	margin: 0 0 33px;
	text-align: center;
	font-weight: normal;
	padding: 0 23px;
	letter-spacing:-2px;
	word-spacing:-2px;
}
#content .text { overflow: hidden; }
#content a {
	color: #fff;
	text-decoration: underline;
}
#content a:hover { text-decoration: none; }
.three-columns {
	overflow: hidden;
	margin: 0 0 5px;
	width:105%;
}
.three-columns .column {
	float: left;
	width: 195px;
	margin:0 19px 10px 0;
}
.three-columns .column:first-child { margin:0 27px 10px 0; }
.three-columns .column p { margin: 0; }
#content .btn-getstarted {
	margin: -2px 0 34px 57px;
	width: 524px;
	height: 113px;
}
#content .btn-getstarted a{
	display: block;
	width: 524px;
	height: 113px;
	position:relative;
}
#content .btn-getstarted .main{
	display:block;
	width: 524px;
	overflow:hidden;
	text-indent:-9999px;
	height: 113px;
	background: url(../images/sprite.png) -23px -150px no-repeat;
	position:relative;
	z-index:2;
}
#content .btn-getstarted .mask{
	position:absolute;
	display:none;
	top:-2px;
	z-index:1;
	left:-3px;
	width:521px;
	height:118px;
	background: url(../images/sprite.png) no-repeat 0 -580px;
}
#content .btn-getstarted .mask2{
	background-position:0 -698px;
	left: 0;
	top: 4px;
}
#content p { margin: 0 0 22px; }
#sidebar {
	float: right;
	background: #fff200;
	color: #000;
	width: 248px;
	padding: 34px 33px 11px 34px;
}
#sidebar .widget {
	overflow: hidden;
	padding: 0 0 22px;
}
#sidebar h2 {
	margin: 0 0 12px -4px;
	font-size: 39px;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
	letter-spacing:-1px;
}
#sidebar .widget img {
	display: block;
	margin: 23px 0 3px;
}
#sidebar p { margin: 0 0 10px; }
#sidebar a {
	color: #000;
	text-decoration: underline;
}
#sidebar a:hover { text-decoration: none; }