

	#contentContainer{
		position: absolute;
		top:81px;
		left:277px;
		width:469px;
		height:342px;
		background-image: url(../images/home_background_0.jpg);
		/*background-attachment: fixed;*/
		background-repeat: no-repeat;
		background-position: top left;
		z-index:6;
		display:block;
		overflow: auto;
	}

	#vntlogo{
		position: absolute;
		top:82px;
		left:25px;
		width:102px;
		height:76px;
		z-index: 2;
	}

	#menuDiv{
		position: absolute;
		top:83px;
		left:138px;
		width:138px;
		height:auto;
		z-index: 3;
	}

	#hiddenFrameDiv{
		position: absolute;
		top:0px;
		left:0px;
		width:0px;
		height:0px;
		border: 1px solid #fff;
		z-index: 0;
	}

	/* menu dependent */
	#menuContainer{
		position:relative;
		left:0px;
		width:auto;
		height:auto;
		display: block;
	}

	#toplevel{
		position:relative;
		left:0px;
		width:138px;
		height:auto;
		padding: 0px 0px 8px 0px;
		display: block;
	}

	.sublevel{
		position:relative;
		left:0px;
		width:100px;
		height:16px;
		display: block;
	}

	#link{
		position:relative;
		left:0px;
		width:138px;
		height:auto;
		display: block;
	}

	#contentLevel0{
		position:relative;
		left:0px;
		top:0px;
		width:auto;
		height:342px;
		display: block;
		z-index:7;
	}

	#footer{
		position: static;
		top:0px;
		left:0px;
		width:750px;
		height:100%;
		vertical-align: bottom;
		text-align: center;
		z-index: 1;
	}
	
	#pageTitleDiv{
		position: absolute;
		top:40px;
		left:138px;
		width:auto;
		height:25px;
		z-index: 5;
	}
	
	/* div-style used for layout content loaded in the contentContainer*/
	/* thus actually the content in the hidden iframe.. */
	.contentPageLayout{
		position:relative; 
		top:0px; 
		left:0px; 
		width:325px; 
		height:342px;
		padding: 5px 15px 10px 0px;
		overflow-y:scroll;
		overflow: -moz-scrollbars-vertical;
		background-color:#1D1B63;
		
	}