body {
	background-image: url("images/bg.jpg");
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

.main {
	width:650px;
	height:470px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-325px;
	margin-top:-290px;
}

.rope {
	background:transparent url("images/rope.png") no-repeat;
	width:24px;
	height:602px;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-425px;
	margin-top:-20px;
	z-index:1;
}

.bigrope {
	background:transparent url("images/bigrope.png") no-repeat;
	width:87px;
	height:628px;
	position: absolute;
	top:0;
	left:50%;
	margin-left:-480px;
	margin-top:-35px;
	z-index:1;
}

.inputbox {
	width:129px; 
	height:13px;
	font-size:9px; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.title {
	background:transparent url("images/title.png") no-repeat;
	/*background-attachment:fixed;*/
	background-position-x:15px;
	top:0;
	margin:20px 0px 20px 0;
	left:0;
	max-height:26px;
	min-height:26px;
	width:390px;
	height:26px;
	z-index:2;
}

.vplayer {
	background:transparent url("images/vbg.png") no-repeat;
}
