#heading1 {z-index:1; position:absolute; right:5px; top:25px; right:4px}
#main {position:absolute; top: 35px; width:100%; align:center;}
#wrapper {z-index:0; width:780px; position:relative; left:50%; margin-left:-390px;}

#menu {z-index:3; position:relative;}
#body {z-index:2; position:absolute; width:536px;}
#bodytext {position:relative; top:0px; left:15px; width:390px; border: dashed}
#cables1 {z-index:4; position:relative; top:-490px; left:0px;} 
#cables2 {z-index:5; position:relative; top:-880px; left:431px;}
#rhs {position:absolute; left:536px; top:202px;}
#footer {position:relative; left:0px;}

/* ------------------------------------------------ */
	/*	DROP BOX										*/		
	
		#dropinboxv2cover{
		width: 420px; /*change width to desired */
		height: 130px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
		position:absolute; /*Don't change below 4 rules*/
		z-index: 100;
		overflow:hidden;
		visibility: hidden;
		margin: 20px 0px;
		}
		
		#dropinboxv2{
		width: 400px; /*change width to above width-20. */
		height: 130px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
		background: #fff;
		border-top: 10px solid #fff; /*Customize box appearance*/
		border-left: 10px solid #fff; /*Customize box appearance*/
		border-right: 10px solid #fff; /*Customize box appearance*/
		position:absolute; /*Don't change below 3 rules */
		left: 0;
		right: 0;
		top: 0;
		}
		
