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;
}

body {
	line-height: 1;
	width:300px;
	height:250px;
}

img {    
	image-rendering: auto;
}

.content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:300px;
	height:250px;
	border: 1px solid #00d21e;
	overflow: hidden;
	background-color: #00d21e;
}

.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
#button{
	position: absolute;
    width: 136px;
    height: 30px;
    top: 208px;
    left: 152px;
    overflow: hidden;
    cursor: pointer;
}
.greenBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 136px;
    height: 30px;
	border: 0 none;
	background-color: #00d21e;
	cursor: pointer;
}
.lightGreen{
	position: absolute;	 
	top:-4px;
	left:110px;
	width: 40px;
    height: 40px;
    background-color: #3fe948;
    
}
.lightGreen2{
	position: absolute;	 
	top:-4px;
	left:-14px;
	width: 40px;
    height: 40px;
    background-color: #3fe948;
    
}

button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}
.butShade{
	position: absolute;
	height:16px;
	width: 140px;
	top: 20px;
	left: 10px;
	opacity: 0;
}
.but_text{
	position: absolute;
	top:6px;
	left: 1px;
}
.but_icon{
	position: absolute;
	top: 8px;
	left: 116px;
}
.but_icon2{
	position: absolute;
	top: 8px;
	left: 8px;
}
.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:300px;
	height:250px;
}

.logo_f1{
	position: absolute;
	top: -10px;
	left: -80px;
}
.logo_f1 img{
	width:400px;
	height:300px;
	opacity:.8;
}
#trans_1{
	position: absolute;
	top: -40px;
	left:-55px;
	width:400px;
	height:400px;
	background-color: #03c726;
}