*{margin:0;padding:0}
html{font-size:12px;background-color:black}
body{overflow:hidden;color: white;
	font: 10px/11px Sanchez;
	letter-spacing: 1px
}

a,a:visited{color:white;text-decoration:none}

.header {
	position: absolute;
	top:-200px;
	left:50%;
	width: 280px; margin-left: -150px;
	padding: 20px 10px 30px;
	z-index: 15;
	text-align: center;
	border: 1px dotted; border-top:0;
	cursor: default;
	background:black;
}
.header h1,.header p{width:280px}
.header p{margin-bottom:11px;text-align:left;}
.header h1{position:absolute;bottom:13px}
.header h1{font-size: 11px;text-transform: uppercase;letter-spacing: 2px;font-weight:normal}
.header{-webkit-transition:top 300ms 150ms;transition:top 300ms 150ms;-moz-transition:top 300ms 150ms}
.header:hover{top:0 !important}
.header h1:hover{text-decoration:underline;cursor:pointer}

.begin{position:absolute;bottom:1%;left:50%;width:100px;margin-left:-50px;}
#raami{border:0;background:transparent}

.guide {
background: white;
padding: 2px 6px;
font: 10px/11px Sanchez;
}

body{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}

#overlay{width:100%;height:100%;
background:black;position:fixed;top:0;left:0;opacity:1;z-index:1000}
#leggs {position: fixed;bottom: 0;right: 0;
background: black;color: white;z-index: 999;font-family: Sanchez;
font-size: 7px;padding: 2px 1%;width: 100%;
text-align: right;letter-spacing: 1px;
border-top:1px dashed rgba(255,255,255,0.5);}
#leggs a{color:white;}