@charset "utf-8";
/* CSS Document */

* { margin: 0px; padding: 0px;}
.left { float: left; }
.right { float: right; }
.clr { clear: both; }


body {
	width: 1024px;
	font-size: 0px;
}

#wrapper {
	
}

	#header {
		height: 195px;
		
	}
	
	#contentRow {
		position: relative;
	}
	
		#contentRow .vanWilder {
			position: absolute;
			right: 0;
		}
	
	#contentRow2 {
		position: relative;
		
	}
	
		#contentRow2 a {
			display: block;
			float: left;
		}
		
		#contentRow2 .vanWilder2 {
			position: absolute;
			right: 0;
			top: 183px;
		}
	
	#footer {
		
	}
	
	