@charset "UTF-8";
html, body {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;}

#bar {
	background-repeat: no-repeat;
	background-position: center 10px;
	background-image: url(../images/bar.png);
	height: 100%;
	width: 100%;
	z-index: 2;
	top:42%;
	position: absolute;
	text-align: center;
}
#background {
	
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
#email {
	display: block;
	height: 60px;
	width: 222px;
	margin-left: 39%;
	margin-top: 20px;
}
#links {
	z-index:3;
	display: block;
	clear: both;
	position: absolute;
	vertical-align: middle;
	top: 50%;
	right: 50%;
}
