html {
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	color: #17335a;
}

div#container {
	width: 878px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	background: url(img/electionu-bottom.jpg) no-repeat bottom;
	position: relative;
}

#inner {
	background: url(img/electionu-top.jpg) no-repeat top;
}

#header {
	height: 225px;
	position: relative;
}

	#logo {
		position: absolute;
		top: 0px;
		left: 16px;
	}

	#login td {
		vertical-align: middle;
		text-align: right;
	}

	#login input[type="text"], #login input[type="password"] {
		background-color: white;
		border: 1px solid #4d7bb6;
		font-size: 10px;
		line-height: 12px;
		width: 90px;
	}

	#login input[type="submit"], #login input[type="button"] {
		font-size: 10px;
		line-height: 12px;
	}

	#login {
		position: absolute;
		top: 4px;
		right: 40px;
		color: white;
	}

	#topSpace {
		height: 50px;
	}

	#nav {
		padding: 10px;
		text-align: center;
		color: white;
	}

	#nav a {
		color: white;
		text-decoration: underline;
	}

	#nav a:hover {
		color: #cccccc;
		text-decoration: underline;
	}

	#banner {
		margin: 30px auto 20px auto;
		border: 1px solid #4d7bb6;
		background-color: white;
		width: 728px;
	}

		#bannertxt {

		}

#main {

}

	#bottomSpace {
		height: 90px;
	}

	#bottomCopy {
		width: 878px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	#bottomNav {
		padding: 10px 0 10px 0;
		text-align: center;
		color: white;
	}

	#bottomNav a {
		color: white;
		text-decoration: underline;
	}

	#bottomNav a:hover {
		color: #cccccc;
		text-decoration: underline;
	}