body {
	font-family: "tahoma", "verdana", sans-serif;
	font-size: 0.9em;
	background: #ddeeff url(gradient.png) top right repeat-y;
	color: #222222;
	overflow-x: hidden;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	font-weight: normal;
}

#intro {
	width: 35%;
	border: 1px dashed black;
	margin-left: 10%;
	padding: 10px;
	position: absolute;
	top: 150px;
	background: white;
}

#contact {
	width: 35%;
	border: 1px dashed black;
	margin-left: 55%;
	padding: 10px;
	position: absolute;
	top: 150px;
	background: white;
}

a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

form {
	text-align: right;
}
input {
	width: 200px;
}

textarea {
	width: 200px;
}

#hidden {visibility: hidden;}

#header {
	background: url(logo.png) 0 0 no-repeat;
	width: 411px;
	height: 191px;}
