
body {
	background: #000;
	padding:0;
	margin:0;
	}
	
input {
		background:none repeat scroll 0 0 #fff;
		border:0;
color:#000;
font-family:Tahoma,Arial,sans-serif;
font-size:0.8em !important;
padding:1px !important;
}

#stage {
	position:relative;
	margin:0 auto;
	width:950px;
	height:710px;
	background-image: url(img/stagebg.jpg);
	}
#email {
	position:absolute;
	top:309px;
	left:38px;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#000;
	font-family:Georgia;
	}
#email a{
	color:#333;
	text-decoration:none;
	}
#email a:hover{
	color:#999;
	text-decoration:underline;
	}
#email a{
	color:#333;
	text-decoration:none;
	}
#sign {
	position:absolute;
	top:123px;
	right:19px;
	width:449px;
	height:260px;
	background-image: url('img/sbg.png');
	
	
}

