/* 
copyright GroWorks IT 
styles voor de eerste pagina
*/

body {
	margin: 0px; 
	padding: 0px; 
	background-color: #fff;
	text-align: center;
}

#wrapper {
	border-right: #999 1px solid;
	padding-right: 0px;
	border-top: #ddd 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: #ddd 1px solid;
	width: 1000px;
	padding-top: 0px;
	border-bottom: #999 1px solid;
	background-color: #fff;
	text-align: left;
	margin:auto;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

img {
	border:none;
}

#digging {
margin-left:318px;
margin-bottom:41px;
}

#nav {
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0 80px 0;
}

/* the menu styling */
#nav {
	width:390px; 
	height:22px; 
	background:#747E16; 
	position:relative;
}

#nav {
	margin:0; 
	padding:0; 
	font: 16px #fff Arial,Helvetica,sans-serif; 
}

#nav a {
	text-decoration:none; 
	color:#fff;
}

#nav a:hover { 
	color:#ddd;
	text-decoration:none;
}

/* the footer styling */
#footer { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333; 
	text-align: center;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

 img.bg {
 /* Set rules to fill background */
 min-height: 100%;
 min-width: 1024px;

 /* Set up proportionate scaling */
 width: 100%;
 height: auto;

 /* Set up positioning */
 position: fixed;
 top: 0;
 left: 0;

 z-index: -99999;
}
