
			div#middle_main{
				background-image: URL('/files/layout/homepage.jpg');
				background-repeat: no-repeat;
				font-weight: bold;
				color: 53381D;
				height: 247px;
			}
			div#right{
				width:377px;
			}
			div#middle{
				width:429px;
			}
			div#right{
		
				/*background-image: URL('/files/layout/laatste_projecten.jpg');
				*/
				float: left;
				height:388px;
				background-repeat: no-repeat;
				border-bottom: 2px solid white;
				padding-top: 325px;
				padding-left: 10px;
				color: white;
				position: relative;
			}
				div#right h1{
					color: white;
					display: inline;
				}
				div#right a{
					color: white;
				}

				div#right img{
					position: absolute;
					top: 0px;
					left: 0px;
				}

				div#right .bar{
					position: absolute;
					top: 320px;
					left: 0px;
					height: 30px;
					width: 342px;
					background-color: #53381d;
					padding-left: 35px;
					padding-top: 10px;
				}


			img#homepage_bottom{
				position: absolute;
				top: 291px;
				left: 0px;
				z-index: -2;
			}
			img#homepage_bottom_var{
				position: absolute;
				top: 369px;
				left: 0px;
				z-index: -2;
			}
			div#copy{
				top: 585px;
			}
		
