	#main	{			width: 2000px;			/* background: url(http://www.shapeshifting.org/shows/getb.php); */	}	div.square 	{		border: orange dotted 1px;		position:absolute;		/*		float: right;		width: 150px;		 height: 150px;*/		background: #fff;		padding: 3px;		white-space: nowrap;		margin: 0px;	}	span.squareMenu	{		position:relative;		border: orange dashed 1px;		background: #fff;		padding: 3px;	}	div.boxer 	{		position:absolute;		top:350px;		width: 800px;		height: 200px;		overflow: auto;		border: orange dashed 1px;				/*  height: 150px;*/		background: url(http://www.shapeshifting.org/shows/getb.php);		padding: 3px;	}		div.boxer_links 	{		width: 600px;		border: orange dashed 1px;		float: left;		/* 		 height: 150px;*/		background: #fff; /* url(http://www.shapeshifting.org/shows/getb.php);*/		padding: 3px;	}		#about	{		position: absolute;		left: 750px;		top: 50px;		border: red dashed 25px;			}		#legend	{			position: absolute;		left: 50px;		top: 400px;		/*height: 300px; */		width: 700px;		border: red dashed 25px;			background: #fff;		padding: 3px;		white-space: nowrap;		float: left; 	}		div	 {		FONT-FAMILY: Arial;		FONT-SIZE: 12pt; 		/* margin : 20px; */	 }	 	 a	 {		background:inherit;		color: black;		text-decoration: none;		font-weight: bold;	 }	 	 a:hover	 {		color: red;	 }	 	 body	 {		background: url(http://www.shapeshifting.org/shows/getb.php);	 }