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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 726px;
	height: 88px;
	background-color: #000;
	border: 1px solid #ccc;
	top: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	opacity: 0;
}
#bgimage {
	position: absolute;
	width: 377px;
	height: 88px;
	top: 0;
	left: 0;
	background-image: url('image.jpg');
}
#whitebg {
	position: absolute;
	width: 349px;
	height: 88px;
	top: 0;
	right: 0;
	background-color: #fff;
}
#banner .text {
	position: absolute;
	width: 300px;
	height: 30px;
	color: #31353b;
	left: 406px;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#text1 {
	top: 9px;
}
#text2 {
	top: 39px;
}
#logo {
	position: absolute;
	width: 75px;
	height: 20px;
	background-image: url('logo.png');
	right: 244px;
	bottom: 1px;
}
#terms {
	position: absolute;
	width: 160px;
	height: 11px;
	background-image: url('terms.png');
	right: 10px;
	bottom: 3px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}
