body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0;
	background: #ffffff url(../images/bg.gif) repeat-x;
/*	color:#333;*/
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#main{
	border: 1px solid transparent;
	margin: 10px auto 0 auto;
	width: 1012px;
	min-height: 520px;
	background: url(../images/bg-main.png) no-repeat 0 0;
}

#wrapper{
	margin: 350px 0 10px 264px;
	width: 484px;
	min-height: 331px;
	background: #75d8ff url(../images/bg-content.png) no-repeat bottom;
}

#top{
	min-height: 164px;
	background: url(../images/bg-top.png) no-repeat top;
}

#doemee{
	width: 415px;
	height: 142px;
	text-indent: -9999px;
	display: block;
	background: url(../images/btn-doemee.png) no-repeat 0 0 scroll;
}

#l-twitter{
	width: 172px;
	height: 24px;
	text-indent: -9999px;
	display: block;
	background: url(../images/label-twitternaam.png) no-repeat 0 0 scroll;
}
#l-email{
	width: 153px;
	height: 26px;
	text-indent: -9999px;
	display: block;
	background: url(../images/label-email.png) no-repeat 0 0 scroll;

}

#content{
	margin: 0 0 0 33px;
	width: 418px;
}

.input{
	width: 421px;
	height: 52px;
	margin: 8px 0 8px -2px;
	background: url(../images/bg-input.png) no-repeat 0 0 scroll;
}
.input input{
	border: none;
	background: transparent;
	outline: none;
	margin: 11px 0 0 10px;
	font: 26px Arial, Helvetica, sans-serif;
	line-height: 30px;
	width: 400px;
}

.footer{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	height: 18px;
	display: block;
	list-style: none;
}
.footer li {
	width: 208px;
	float: left;
	text-align: center;
}
.footer li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.footer li a:hover{
	text-decoration: underline;
}