html, body {
	width:100%;height:100%;
	padding:0;margin:0;
	}
body {
	background:url(../img/patterns/pavement.jpg) repeat;
	}

	#centercontent{
		width:960px;
		margin:0 auto;
		}
		
		#welcome {
			width:960px;height:470px;
			background:url(../img/layout/welcome.jpg) no-repeat;
			}
		#about {
			width:960px;height:705px;
			background:url(../img/layout/about.jpg) no-repeat;
			}
		#work {
			width:960px;height:705px;
			background:url(../img/layout/work.jpg) no-repeat;
			}
		#contact {
			width:960px;height:705px;
			background:url(../img/layout/contact.jpg) no-repeat;
			}
			
		.filler {
			width:960px;height:0px;
			background:url(../img/patterns/pavement.jpg) repeat;
			}
		
p, input, textarea, li {
	font:Normal 13px Georgia, "Times New Roman", Times, serif;
	}
p {
	margin:0 0 15px 0;
	padding:0px;
	}
.imageseo {
	text-indent: -9999px;
	display:none;
}
.content {
	background:#f5f5f5 url(../img/patterns/stripe_text.jpg) repeat;
	}
input.text {
	width:210px;height:15px;
	padding:0px 2px;margin-top:6px;margin-left:6px;
	border: 0px solid #fff;
	background: #fff;
	}
textarea.text {
	width:214px;height:111px;
	padding:0px 2px;margin-top:6px;margin-left:6px;
	border: 0px solid #fff;
	background: #fff;
	}
input.submit {
	width:210px;height:15px;
	padding:0px 2px;margin-top:6px;margin-left:6px;
	border: 0px solid #fff;
	background: #fff;
	text-align:left;
	}

a{
	outline:none;
	text-decoration:none;
	}

.textlink {
	display:inline-block;
	font-weight:normal;
	font-style:italic;
	text-decoration:none;
	color:#000;
}

.textlink:hover {
	background:url(../img/patterns/stripe_black.jpg) repeat;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	}
ul {
	list-style: none;
	margin:0;padding:0;
	}

.workimageborder {
	float:left;
	display:inline;
	margin:9px;padding:9px;
	width:220px;height:120px;
	background:url(../img/patterns/stripe_white.jpg) repeat;
	}
.workmask {
	position: relative;/*ie6 bug, overflow werkt anders niet*/
	overflow:hidden;
	width:220px;height:120px;
	cursor:pointer;
	}
.nocursor {
	cursor:default;
}
.workimage {
	border:0px solid #fff;
	outline:none;
	width:220px;height:120px;
	}

.workdescr {
	background-color:#000;
	width:220px;height:120px;
	position:relative;top:0px;left:0px;
	}
.worktext {
	padding:18px 4px 4px 42px;
	width:150px;height:60px;	background:url(../img/icons/magnify.gif) no-repeat 17px 20px;
	}
.worktext a {
	font-weight:bold;
	font-style:italic;
	color:#fff;
	font-size:12px;
	}
.nozoom{
	padding:26px 4px 4px 20px;
	width:180px;height:60px;
	background:none;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	font-size:12px;
	}
#feedback {
	font:Normal 12px Georgia, "Times New Roman", Times, serif;
	}
	
	
	
	
