html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}

@font-face {
    font-family: 'sansationbold';
    src: url('../font/sansation_bold_0-webfont.woff2') format('woff2'),
         url('../font/sansation_bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'a.c.m.e._secret_agentregular';
    src: url('../font/acmesa-webfont.woff2') format('woff2'),
         url('../font/acmesa-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansationregular';
    src: url('../font/sansation_regular_0-webfont.woff2') format('woff2'),
         url('../font/sansation_regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	/*background-image: url("../image/bg.png");*/
	background-color: #f1f2f2;
	background-size: auto;
}

.main{
	width: 100%;
	height: 100vh;
}
.mainl{
	background-image: url("../image/bgl.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 250px;
	height: 100vh;
	float: left;
	width: 30%;
}
.mainc{
	float: left;
	width: 40%;
}
.mainr{
	float: right;
	width: 30%;
	height: 100vh;
	background-image: url("../image/bgr.png");
	background-position: right 80%;
	background-repeat: no-repeat;
	background-size: 100px;
}

.header{
/*	background-color: #fdb913;*/
	width: 100%;
}
.body{
/*	background-color: #f15d22;*/
	height: 50px;
	width: 100%;
}
.footer{
	height: 200px;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.header-text1{
	font-size: 70px;
	font-family: Sansationbold;
	color: #808285;
	text-transform: uppercase;
	text-align: center;
	padding-top: 140px;
}
.b-1{
	font-size: 20px;
	font-family: sansationregular;
	text-align: center;
	color: #808285;
}
.b-2{
	font-size: 20px;
	font-family: sansationbold;
	text-align: center;
	color: #808285;
}
.footer img{
	height: 100px;
}

.img2{
	border-left: 2px solid #808285;
	border-right: 2px solid #808285;
	height: 60px;
	margin-top: 20px;
}
.img2 img {
	margin-top: -20px;
}
.footer div{
	display: inline-block;
}
.img1{
	margin-right: 20px;
}
.img3{
	margin-left: 20px;
}
footer{
	position: fixed;
	bottom: 0;
	border-top: 1px solid #f2a62c;
	width: 100%;
	display: block;
	padding: 20px 0;
	font-family: sansationregular;
	color: #808285;
	font-size: 20px;
}
.fot2{
	float: right;
	margin-right: 50px;
}
.fot1{
	float: left;
	margin-left: 50px;
}
.fot1 a {
	text-decoration: none;
	color: #808285;
}