/*
Peer2net - Landing Page
Version 3.0b

*/

/* @group Reset */

* {
	padding: 0;
	margin: 0;
}

body{
	background: #000 url(images/bg.jpg) no-repeat center top;
	height:100%;
}

/* @end */

/* @group Handheld */

#holder{
	background:transparent none repeat scroll 0 0;
	height:451px;
	margin:52px auto 0;
	padding:0;
	width:257px;
}

#screen{
	background-color:#000;
	float:left;
	height:144px;
	margin:246px auto 0 53px;
	width:176px;
	
	
}

#knob{
	background:transparent none no-repeat scroll center top;
	float:right;
	height:63px;
	margin:7px 85px 0 0;
	width:63px;
}

#knob:hover{
	background: transparent url(images/knob.jpg) no-repeat scroll center top;
}

.clicked{
	background: transparent url(images/knob.jpg) no-repeat scroll center top!important;
}

.butao {
	background:url("images/btn1.png") no-repeat scroll center top transparent !important;
	display:block;
	height:74px;
	margin:375px 300px 0;
	position:absolute;
	width:277px;
	z-index:50;
}

.butao:hover {
	background: transparent url(images/btn.png) no-repeat scroll center top!important;
	height: 74px ;
	width: 277px;
}

/* @end */
