/* css2 selectors *//* position declarations */#topContainer {	position:relative;	width:100%;	left:0;	top:0;		}#middleContainer{	position:relative;	left:0;	top:0;	background-image: url(../imgs/hydeTrans2.gif);	background-repeat: no-repeat;	background-position: right bottom;	}#bottomContainer {	position:relative;	left:0;	top:0;	width: 100%;	}/* content boxes 4 column configuration */#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;	padding-left:25%;	width:55%;	}*/#box3-4 {	position:relative;	top:0px;	margin-left:200px;	width:30%;	}#box4-4 {	position:absolute;	top:0;	left:60%;	width:30%;	}#box5-4 {	position:absolute;	left:80%;	width:15%;	top: 0px;	}#box6-4 {	position:relative;	padding-left:25%;	padding-right:10px;	width:55%;	}#box7-4 {	position:relative;	}#box4-1{	position: absolute;	width: 80%;	float:left;}#box4-2{	position: relative;	padding-top:15px;	left:82%;	width: 15%;}