html,body {
	width:100%;
	height:100%;
}

html,body {
	height:100%;
	border:none;
	text-align:center;
}

body {
	padding:0;
	margin:0;
	background-color:#e8e8e8;
	font-family:Arial,verdana;
	color:#303030;
	font-size:12px;
	line-height:15px;
}

#wrapper {
	height:94%;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
}

#background {
	position:absolute;
	z-index:1;
	margin: -90px auto auto -80px ;
	width:1080px;
	height:600px;
	background-image:url(../images/web/noah_background_white.jpg);
	background-attachment: scroll;
	background-repeat:no-repeat;
}

#site {
	overflow:hidden;
	position:relative;
	z-index:2;
	margin: 0 auto;
	width:1002px;
	height:602px;
}

#middle {
	height:480px;
	width:1000px;	
	margin-top:55px;
}

#bottom {
	margin-top:18px;
	margin-left:0px;
	height:46px;
	width:1000px;
}

#recent {
	float:left;
	margin-right:10px;
}

#ticker {
	text-align:right;
	position:relative;
	width:725px;
	float:left;
	left:80px;
	height:31px;
}

a:link,a:visited {
	color: #303030;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#000000;
	font-weight:normal;
}

#player {
	position:relative;
	float:left;
	left:30px;
	height:31px;
	width:195px;
}

#iksi {
	position:absolute;
	z-index:40;
	bottom:10px;
	right:10px;
}

#nieuwsbriefform {
	margin-top:5px;
	font-size:9px;
	font-family:Arial;
}
#nieuwsbriefform input {

}


#nieuwsbriefform input.textfield {
	width: 120px;
	font-family: "Arial";
	font-size: 10px;
	color:#303030;
	padding:2px;
	border: solid 1px #ccc;
}

div#newpictures {
	overflow:hidden;
	text-align:left;
	width:450px;
	float:left;
	height:32px;
}

div#mailinglist {
	float:right;
}


div#mailinglist form {
	padding:0;
	margin:0;
	margin-top:5px;
}


input.button { font-family: arial; font-size: 10px; line-height:9px; text-transform:none; cursor:pointer; color: #ffffff; background-color: #7a35ba; border: 0px solid #000; }