html{
	background-image: url('../images/back.jpg');
	background-attachment: fixed;


}

#top{

	height: 110px;
	background-image:url('../images/top.gif');
	width: 800px;
}


#main{
	width: 800px;
	
}

#left{
	width:140px;
	background-image: url(../images/left_opvul.gif);
	background-repeat: repeat-y;
}
#menu{
	position: absolute;
	margin-left: -14px;
	margin-top: 45px;
	line-height:40px;
	text-align: right;

}
#left_logo{
	margin-top: -100px;
	margin-left:25px;
	position: absolute;

}

#right{
	//width: 646px;
	min-width: 640px;
	background-color: purple;
	margin-top:0px;
	margin-left:154px;
	//height:375px;
	min-height:375px;
	border: 3px #114f9d solid;
	border-bottom: 0px;
	background-color: #fde3b2;

	
}


#content{
	margin-left:35px;
	margin-top: 35px;
}
#bottom{
	background-image: url(../images/bottom.gif);
	height:50px;
	background-repeat: no-repeat;
	width: 100%
}