/* css2 selectors *//* position declarations */#topContainer {	position:relative;	width:100%;	left:0;	top:0;		}#middleContainer{	position:relative;	left:0;	top:0;	width:100%;	background-image: url(../imgs/hydeTrans2.gif);	background-repeat: no-repeat;	background-position: right bottom;	z-index: 2;	}#bottomContainer {	position:relative;	left:0;	top:0;	width:100%;	z-index: 2;	}#bottomContainer2 {	position:relative;	left:0;	top:0;	width:100%;	z-index: 2;	}#box1-4 {	position:relative;	padding-left:20%;	padding-right:10px;	}#box2-4 {	position:absolute;	top:0;	left:0;	width:20%;	}#box3-4 {	position:relative;	top:0;	left:25%;	width:30%;	}#box4-4 {	position:absolute;	top:0;	left:60%;	width:30%;	}#box5-4 {	position:absolute;	left:80%;	width:20%;	bottom: 0px;	}#box6-4 {	position:relative;	left:25%;	width:30%;	}#box4-1{	position: absolute;	width: 80%;	float:left;}#box4-2{	position: relative;	padding-top:15px;	left:82%;	width: 15%;}