/* CORE ELEMENTS */

html{ background: #1f47a6 url(../images/html-background.jpg) bottom no-repeat; }
body {
	background: transparent url(../images/body-background.jpg) top no-repeat;
	color: #FFF;
	font: 13px/20px georgia, "Times New Roman", times, serif;
}

#wrapper{
	height: 417px;
	margin: 0 auto;
	padding: 63px 50px 382px 368px;
	position: relative;
	width: 382px;
}
h1, h2, h3, h4, h5, h6, ol, ul, dl, p, form{ margin: 0 0 18px 0; }

a{ color: #FFF; }
a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

header{
	padding: 36px 0 0 0;
}

#vote {
	display: block;
	position: absolute;
	left: 50px;
	top: 362px;
	width: 236px;
	height: 53px;
	padding: 0 0 0 52px;
	font: normal 20px/53px Georgia, Times, serif;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	color: #fff;
	background: url(../images/vote.jpg) no-repeat;
	}

form fieldset{
	float: left;
	margin-bottom: 5px;
	width: 50%;
}
form fieldset input{
	background: #eeece4 url(../images/input-background.png) top repeat-x;
	border: 1px solid #1f47a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	outline: none;
	padding: 3px;
	width: 85%;
	-webkit-appearance: none;
	font-size: 12px;
	line-height: 12px;
}
form fieldset input:focus{ border: 1px solid #ffe25b; }
p input{
	margin: 0 3px 0 0;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

footer{
	height: 65px;
	position: absolute;
	left: 50px;
	top: 416px;
	width: 700px;
	line-height: 65px;
	text-align: center;
}
footer ul{
	display: block;
	height: 65px;
	text-align: center;
}
footer li{
	display: inline;
	line-height: 65px;
}
footer li a{ margin: 0 5px; line-height: 65px; }
footer li a img{ vertical-align: middle; }
