body {
	margin: 0;
	background: #000;
	padding: 0;
	font: 12px/1.8em Helvetica Neue, Arial, sans-serif;
	color: #FFF;
}

a {
	color: #FFF;
}

#header, #footer {
	width: 100%;
	height: 60px;
	position: fixed;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.overlay {
	background-color: RGBA(11, 11, 11, 0.8);
	background-color: #FF0;
	height: 50px;
}

.edge {
	background-color: RGBA(11, 11, 11, 0.5);
	height: 10px;
}

#header a, #footer a {
	color: RGBA(255, 255, 255, 0.9);
	color: #000;
}

#header {
	top: 0;
	left: 0;
}

#footer {
	bottom: 0;
	left: 0;
	display: none;
}

#header p, #footer p {
	padding: 15px 40px;
	margin: 0;
	font-size: 40px;
}

#header p a {
	text-decoration: none;
}

#header p a:hover {
	text-decoration: underline;
}

#header p span a {
	font-size: 12px;
}

#content {
	margin: 60px 40px;
}

#content p {
	color: #FFF;
}

div.images {
	text-align: center;
}

div.images a img {
	border: none;
}

div.attention {
	padding: 10px;
	border-left: 5px dashed #FFF;
}

div.bookmarklet {
	margin-top: 10px;
	padding: 10px;
	width: 340px;
	text-align: center;
	background-color: #CCC;
	color: #000;
	font-size: 16px;
}

#content div.bookmarklet p,
div.bookmarklet a {
	color: #000;
}

input.text {
	width: 500px;
}

#do-the {
	background-color: #0FF;
	padding: 10px;
	width: 500px;
	height: 100px;
	margin: 40px auto;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
}
