html{
	height:100%;
}
body{
	margin:50px 0px 30px;
	background:url(/images/bg.jpg) no-repeat center #06713B fixed;
	font-size:13px;
	line-height:1.4;
}
body, input, textarea, a{
	font-family:Verdana;
	color:#075F33;
}
h1{
	font-size:18px;
	font-weight:bold;
}
td{
	padding:0px 4px 4px 0px;
	text-align:left;
	vertical-align:top;
}
input, textarea{
	background-color:#FFFFFF;
	border:solid 1px #075F33;
	border-radius:5px;
	color:#075F33;
}
input:focus, textarea:focus{
	border:solid 1px #000000;
	background-color:#FFFFEE;
}
input.text{
	width:200px;
}
input.button{
	cursor:pointer;
	font-weight:bold;
}
input.button:hover{
	background-color:#DDDDDD;
}
textarea{
	width:300px;
	height:140px;
}
.error{
	position:relative;
	margin-bottom:10px;
	color:#CC3300;
	font-weight:bold;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#container{
	position:relative;
	margin:auto;
	width:740px;
	padding:60px;
	background-color:#FFFFFF;
	border-radius:10px;
	-moz-border-radius:10px;
}
	#header{
		width:740px;
		padding-bottom:30px;
	}
	#content{
		position:relative;
		float:left;
		width:500px;
	}
		#fotoboek{
			overflow:hidden;
		}
			#fotoboek a{
				float:left;
				margin:0px 7px 10px 0px;
				width:94px;
				height:71px;
				background:center;
			}
			#fotoboek a:nth-child(5n){
				margin-right:0px;
			}
		#fotos{
			position:absolute;
			left:-120px;
			bottom:-340px;
		}
	#twitter{
		float:right;
		width:200px;
		font-size:11px;
	}
		#twitter_head{
			display:block;
			margin-bottom:5px;
		}
		#social{
			padding-top:20px;
		}
