@charset "utf-8";
/* CSS Document */

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

#main {
	width: 728px;
	height: 90px;
	position: relative;
	border: 1px solid #000;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*sprite*/

.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(image2x.png);
	background-size:455px 1100px;

}

/*collapsed*/

#block {
	width: 728px;
	height: 90px;
	position: absolute;
	z-index: 150;
	background-color: #000;
}
#collapsed {
	width: 728px;
	height: 90px;
	position: absolute;	
	z-index: 10;
	background-color: #000;
}


#colBgBtn {
	width: 728px;
	height: 90px;
	display: block;
	cursor: pointer;
	position: absolute;
	z-index: 90;
}

#colLogo {
	width: 138px;
	height: 106px;
	background-position:-10px -10px;
	position: absolute;
	z-index: 80;
	left: 0px;
	top:-17px;
}

#colClick {
	width: 96px;
	height: 17px;
	position: absolute;
	z-index: 100;
	left: 201px;
	top:14px;
	cursor:pointer;
}

#colClick:hover {
	width: 96px;
	height: 17px;
	position: absolute;
	z-index: 100;
	left: 201px;
	top:14px;
	cursor:pointer;
}


#restartBTN {
	width: 25px;
	height: 25px;
	background-position: -266px -275px;
	position: absolute;
	z-index: 100;
	right: 10px;
	top:4px;
	cursor:pointer;
}


#restartBTNCLICK {
	width: 25px;
	height: 25px;
	position: absolute;
	z-index: 102;
	right: 10px;
	top:4px;
	cursor:pointer;
		
}

#bg1 {
	width: 546px;
	height: 313px;
	position: absolute;
	z-index: 4;
	left: 500px;
	top:0px;
	background-image: url(bg.jpg);
}

#bg2 {
	width: 300px;
	height: 250px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top:0px;
	background-image: url(bg2.jpg);
}

#shape1 {
	width: 600px;
	height: 90px;
	background-position: 0px 0px;
	position: absolute;
	z-index: 8;
	left: 0px;
	top:0px;
}

#shape2 {
	width: 300px;
	height: 90px;
	background-position: -200px 0px;
	position: absolute;
	z-index: 7;
	left: 200px;
	top:0px;
}
#grad {
	width: 300px;
	height: 100px;
	position: absolute;
	z-index: 6;
	left: 0px;
	bottom:0px;
	background-position: 0px -1000px;
}

/* TEXT */

#legal {
	width: 510px;
	height: 20px;
	background-position: 0px -301px;
	position: absolute;
	z-index: 45;
	left: 34px;
	bottom:0px;

}

#copy1 {
	width: 600px;
	height: 70px;
	background-position: 0px -366px;
	position: absolute;
	z-index: 50;
	left: 0px;
	top:19px;
}

#copy2 {
	width: 600px;
	height: 90px;
	background-position: 0px -482px;
	position: absolute;
	z-index: 45;
	left: 37px;
	top:7px;
}

#copy3 {
	width: 600px;
	height: 110px;
	background-position: 0px -586px;
	position: absolute;
	z-index: 45;
	left: 36px;
	top:9px;
}


#copy4{
	width: 600px;
	height: 70px;
	background-position: 0px -713px;
	position: absolute;
	z-index: 45;
	left: 35px;
	top:19px;
}

#copy5{
	width: 600px;
	height: 90px;
	background-position: -0px -809px;
	position: absolute;
	z-index: 45;
	left: 34px;
	top:0px;
}

#copy6{
	width: 600px;
	height: 90px;
	background-position: 0px -911px;
	position: absolute;
	z-index: 45;
	left: 34px;
	top:0px;
}
