* {
margin: 0;
padding: 0;
}

html {
width: 100%;
height: 100%;
background: url('bg.jpg') no-repeat bottom center;
}

body {
margin: 1em auto;
width: 80%;
min-width: 780 px;
max-width: 1200px;
text-align: left;
overflow: hidden;
padding: 1em;
font-family: 'Exo 2', sans-serif;
font-weight: lighter;
font-size: 14pt;
color: #ddd;
}

h1, h2, h3, h4, h5, h6 {
padding: 1em 0 0.5em 0;
color: #fff;
font-weight: lighter;
}

h1 {
font-size: 3em;
}

span.link {
color: #def;
border-bottom: 1px dashed;
}

div.sv {
display: none;
}

.disclaimer {
font-size: 0.6em;
padding: 1em 0;
color: #999;
}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 100;
}

#wrap1 {
	overflow: hidden;
	width: 180px;
	height: 25px;
	opacity: 0;
	position: absolute;
	z-index: 101;
}

#wrap2 {
	margin-left: -10px;
	margin-top: -75px;
}

