body {
	font-family: "Century Gothic", Helvetica, Segoe, Arial, sans-serif;
	text-align: right;
}

#wrapper {
	width: 60%;
	padding-left: 15%;
	padding-top: 15%;
	float: left;
	clear: left;
}

#question {
	width: 50px;
	padding-top: 15%;
	background: url(/images/questionmark.png) no-repeat;
	background-position: bottom;
	float: left;
	clear: right;	
}

h2 {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}

#tw {
	display: none;
}

#menu {
	font-size: 18px;
	line-height: 24px;
	position: relative;
	right: 0px;
}

.menuitem {
	color: #fff;
	letter-spacing: 5px;;
}

h1 {
	font-weight: bold;	
}

li {
	font-size: 14px;
	color: #944d00;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover{
	text-decoration: none;
	color: white;
}

#copy {
	width: 100%;
	color: white;
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

#whitespace {
	width: 70px;
	height: 70px;
	background: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
}
