*{
	padding: 0;
	margin: 0;
}

body {
	
	/*background: #01a8b1 url("img/bg.jpg") no-repeat 0 0;*/
}

#wrap {
	margin: 0 auto;
	margin-top: 50px;
	width: 980px;	
	background: transparent url("img/bg.png") no-repeat;
	height: 670px;
	padding-top: 50px;
}


#logo {

	padding-left: 140px;
	padding-right: 93px;

}

#text {
	font-family: comics, arial, sans;
	font-size: 22px;
	text-align: center;
	color: white;
	font-weight: bold;

}

.yellow {
	color: rgb(233,240,163);
}

.email {
	border: none;
	height: 50px;
	width: 400px;
	background: url("img/bg_input.png") repeat-x 0 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	font-size: 26px;
	color: #999999;
}

.btn-send {
	border: 0;	
	height:89px;
	width: 69px;
	background: url("img/btn1.png") no-repeat 0 0;
	vertical-align: top;
	margin-top: 1px;
}

.btn-send:hover {
	border: none;
	height:89px;
	width: 69px;
	background: url("img/btn2.png") no-repeat 0 0;
	vertical-align: top;
}

.left {
	float: left;
	margin: 0px;
	padding: 0px;
	
}
.left1 {
	float: left;
	margin-left: 220px;
}
