	#fixed {
    	position: fixed;
    	top: 0;
    	left: 0;
   		width: 100px;
		height: 100px; /* old: 100% */
		width: 500px;
		z-index: 3;
	}

	#content {
		margin-left: 0px;
		margin-top: 100px;	
	}	
	
	#submenu {
		position:fixed;
		left:0px;	/* old: 20px */
		top:265px;
		width:170px;	/* old: 141px */
		z-index:2;
	}

	#bgfixed {
		position:fixed; 
		width:955px; 
		height:34px; 
		z-index:2; 
		left: 0px; 
		top: 80px;
	}
	
