/* HTML selectors */
body, p, ul, li, form, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}
body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	background: #E9E9E9;
	margin-top: 120px;
}
h1 {
	font: 40px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 25px;
	font-weight: normal;
	line-height: 130%;
}
p {
	line-height: 20px;
	text-align: center;
	padding-bottom: 20px;
}
h1, p {
	text-shadow:1px 1px #fff;
}

/* Positie */
#container {
	background: url("../img/bird.png") no-repeat top center;
	margin: 0 auto;
	width: 280px;
	padding: 165px 0 0 0;
}

/* Links */
a {
	color: #0864B2;
}
a:hover, a:active {
	color: #000;
}

/* Form */
fieldset {
	border: none;
}
input.field {
	font-size: 16px;
	width: 250px;
	margin: 5px 0 10px 0;
}
input.submit {
	margin-top: 15px;
}