@charset "utf-8";

/* reset */

body, h1, h2, p {
	margin: 0;
	padding: 0;
}

body {
	background: #1e1e20;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #d9cb9e;
}

a {
	color: #01a2a6;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #29d9c2;
	border-bottom: 2px #29d9c2 dashed;
}

a:focus {
	color: #264a59;
	border-bottom: 2px #264a59 dashed;
	outline: none;
}

div#wrapper {
	width: 800px;
	height: 600px;
	margin: 10px auto;
	
	background: #1e1e20 url(placeholder.png) 0 0 no-repeat;
}

div#wrapper h1, div#wrapper h2 {
	display: none;
}

div#wrapper p {
	padding: 400px 0;
	text-align: center;
	text-shadow: #000 2px 2px 3px;
}
