html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.offer-text{
	font:gothic;
	font-family:gothic;
	color:#0071b5;
	font-weight:bold;
	font-size:20px;
	padding-top:50px;
	margin-right:20px;
}

.introducing-text{
	font-family:impact;
}

.one-two-three{
	margin:auto;
	position:relative;
	width:850px;
	height:100px;
	margin-top:60px;
	border-bottom:1px solid #bebebe;
	border-top:1px solid #bebebe;
}

.number-blocks{
	font:gothic;
	font-family:gothic;
	float:left;
	width:58px;
	height:58px;
	color:#0071b5;
	text-align:center;
	line-height:55px;
	font-size:30px;
	background-image:url(../images/number-block.jpg);
	background-repeat:no-repeat;
}

.number-blocks-text{
	font:gothicB;
	font-family:gothicB;
	float:right;
	font:Arial;
	font-family:Arial;
	color:#000;
	text-align:left;
	line-height:60px;
	font-size:18px;
	
}

.refer_account{
	position:absolute;
	width:567px;
	height:177px;
	color:#FFF;
	font-size:22px;
	top:78px;
	left:395px;
	background-image:url(../images/refer_account.png);
	background-repeat:no-repeat;
}

.body-copy{
	font:gothicB;
	font-family:gothicB;
	position:absolute;
	font-size:24px;
	width:398px;
	line-height:25px;
	height:100px;
	top:17px;
	left:459px;
	
}

.body-text{
	font:gothicB;
	font-family:gothicB;
}

.h-two-text{
	font:trajan;
    font-family:trajan;
}

.heading_one{
	 font-family: 'ImpactRegular';
	 font-size:46px;
	 color:#0071b5;
}

.side_one{
	 font-family: 'ImpactRegular';
	 font-size:30px;
	 padding-top:30px;
	 color:#707070;
	 text-align:center;
}

.submit-btn{
	display:block;
	font:gothicB;
    font-family:gothicB;
	font-size:14px;
	font-weight:normal;
	width:180px;
	height:42px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	line-height:35px;
	background:url(../images/Submit_btn.jpg) top no-repeat;
}

.footer-text{
	font:gothicB;
    font-family:gothicB;
	font-size:20px;
	color:#464646;
	font-weight:800;
	text-align:center;
}

.heading-submit{
	 font-family: 'ImpactRegular';
	 font-size:18px;
	 color:#0071b5;
}

.forms{
	margin-top:5px;
	border:#bdbdbd 1px solid;
	font:gothicB;
    font-family:gothicB;
	color:#bdbdbd;
}

.submit-btn:hover{
	color:#252525;
	background:url(../images/Submit_btn.jpg) bottom no-repeat;
}

.heading_two{
	font:gothic;
	font-family:gothic;
	font-weight:bold;
	font-size:20px;
	color:#555555;
}

.heading_three{
	font:gothicB;
	font-family:gothicB;
	font-weight:bold;
	font-size:19px;
	color:#000000;
}

.sub-heading{
	font:gothicB;
    font-family:gothicB;
	font-size:15px;
	color:#FFF;
}


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

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

@font-face {
	 font-family: gothicB;
	 font-family:gothicB;
	 src: url("../fonts/gothic.eot"); /* EOT file for IE */
	 font-weight:normal;
}


@font-face {
	font:gothicB;
    font-family:gothicB;
    src: url(../fonts/GOTHIC.TTF);
    font-weight:400;
}

@font-face {
	font:gothic;
    font-family:gothic;
    src: url(../fonts/GOTHICB.TTF);
    font-weight:800;
}