html {
	background: #fce300
}
#wrap-1 {
	background: #202729;
	padding: 10px 0;
	width:100%
}
#wrap-2 {
	background: url(../images/bg.png) repeat;
	padding: 50px 0 0;
	width:100%
}
#wrap-3 {
	padding: 30px 0;
	width:100%
}
#wrap-2 img {
	margin: 0 0 -30px 60px
}
h1 {
	font-size: 60px;
	line-height: 66px
}
h2 {
	font-size: 35px;
	line-height: 40px
}
#white-logo{
	height: 41px;
	margin: 0 30px 0 0;
	text-indent: -9999em;
	width: 103px;
	background-size:103px auto;
	background-image:url('../images/retina-dyn-sprite.png');
	background-repeat:no-repeat;
	background-position:center -42px
}
@media screen and (max-width:600px), screen and (max-device-width:600px) {
h1 {
	font-size: 33px;
	line-height: 36px
}
h2 {
	font-size: 25px;
	line-height: 30px;
	margin-top:-35px
}
#wrap-2 {
	background-size:80px auto;
	padding:20px 0 0;
}
#wrap-2 img {
	margin: -30px 0px -20px 0px
}}