body {
	margin: 0px;
	height: 100%;
	font-family: Arial; 
	font-size: 14px; 
	color: #fff;
	background-color: #292929;
}

a { 
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus { 
	font-size: 14px;
	text-decoration: none;
}

.spacer {
	margin: 8% 0px 5% 0px;
}

#header {
	background-image: url("http://www.woz.to/images/bg_gateway.png");
	width: 100%;
	height: 125px;
	text-align: center;
}

.logo { 
	display: block;
	text-decoration: none;
	outline: none;
}

.logo:hover, logo:focus { 
	text-decoration: none;
}

.content {
	margin: 0px auto 0px;
	width: 500px;
	text-align: center;
}

.text { 
	margin: 16px 0px 28px 0px;
}

.vote {
	background: #10b3f1 url("http://www.woz.to/images/blue.png") repeat-x;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	border: 1px solid #10b3f1;
	padding: 0.3em 1.7em;
}

.vote:hover, .vote:focus {
	background: #111;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	border: 1px solid #555;
	padding: 0.3em 1.7em;
}

.break {
	color: #555;
	padding: 0em 0.4em 0em 0.4em;
}

.links { 
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

.links:hover, .links:focus { 
	font-size: 14px;
	text-decoration: none;
	border-bottom: 0px;
}

img {
	border: none;
}
