.bannerSize {
	width: 300px;
	height: 250px;
}

.hex {
	background: url(img/hex.png);
	width: 47px;
	height: 53px;
	background-size: contain;
	display: inline-block;
}

.hexRow {
	position: absolute;
	height: 53px;
	left: 0px;
	top: 0px;
}

#hexHolder {
	width: 500px;
	height: 300px;
	left: -40px;
	top: -20px;
}

#background1 {
	background: url(img/background1.jpg);
}

#background2 {
	background: url(img/background2.jpg);
}

#background3 {
	background: url(img/background3.jpg);
}

#HLBG_1 {
	background: url(img/HLBG_1.png);
}

#HLBG_2 {
	background: url(img/HLBG_2.png);
}

#text3 {
	background: url(img/text3.png);
}

#text2 {
	background: url(img/text2.png);
}

#text1 {
	background: url(img/text1.png);
}

#headline3 {
	background: url(img/headline3.png);
}

#headline2 {
	background: url(img/headline2.png);
}

#headline1 {
	background: url(img/headline1.png);
}

#logo {
	background: url(img/logo.png);
}

#motortrend {
	background: url(img/motortrend.png);
}

#fourwheeler {
	background: url(img/fourwheeler.png);
}

#layer {
	background: url(img/layer.png);
}

#circle {
	position: absolute;
    width:100px;
	height:100px;
	left: 248px;
	top: -11px;
	border-radius: 100%;
	overflow:hidden;
	/* background-color: #333333; */
}

#circle2 {
	position: absolute;
    width:100px;
	height:100px;
	left:108px;
	top:-10px;
	border-radius: 100%;
	overflow:hidden;
	/* background-color: #333333; */
}

#lightning {
	background: url(img/lightning.png);
	width: 71px;
	height: 73px;
	/* border: 1px solid #000000; */
	left: 14px;
	top: 12px;
	background-size: contain;
	position: relative;
	/* margin: auto 0; */
}
#lightning2 {
	background: url(img/lightning2.png);
	width: 70px;
	height: 73px;
	/* border: 1px solid #000000; */
	left: 14px;
	top: 11px;
	background-size: contain;
	position: relative;
	/* margin: auto 0; */
}

#cta {
	position: absolute;
	overflow: hidden;
    left: 192px;
	top: 222px;
	width: 102px;
	height: 22px; 
	background: url(img/cta.png) no-repeat;
	background-size: cover;
}

#sheen { 
	position: absolute;
    left: -73px;
	top: -38px;
	width: 79px;
	height: 58px;
	background: url(img/sheen.png) no-repeat;
	background-size: cover;
}