

body {
	background:url(../img/bg.png);
	font-family:Tahoma, Verdana, Arial;
}

#center {
	width: 600px;
	height:340px;
	left:50%;
	top:40%;
	position:absolute;
	margin-left:-300px;
	margin-top:-170px;
}

#screen1 {
	position:absolute;
	width: 600px;
	height:340px;
	background:url(../img/screen1.png) no-repeat;
}

#screen2 {
	position:absolute;
	width: 600px;
	height:340px;
	background:url(../img/screen2.png) no-repeat;
}

#screen3 {
	position:absolute;
	width: 600px;
	height:340px;
	background:url(../img/screen3.png) no-repeat;
}

#likebtn {
	position:absolute;
	width: 90px;
	margin-left:255px;
	z-index:100;
	bottom:-100px;
}

#btn {
	position:absolute;
	cursor:pointer;
	width:80px;
	height:40px;
	margin-top:238px;
	margin-left:217px;
}

#input {
	position:absolute;
	margin-top:246px;
	margin-left:40px;
	width:145px;
	padding-left:15px;
	padding-right:15px;
	border:0px;
	font-size:16px;
	color:rgb(160,160,160);
	outline:none;
}

#input:focus {
	outline:none;
}

#input.focus {
	color:rgb(60,60,60);
}