body {
background: #fff;
/*	background: transparent url(../images/blue.png) top left;		*/
	margin:0px auto;
	padding : 0px;

}
a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

#menu {
	padding: 5px 0;
	width: 100%;
	border-bottom: 1px solid #B3D4EF;
	background: #EFF8FF;
	text-align: center;
}
 
#wrapper {
	overflow: hidden; 
	height: 92%; 
	width: 100%;
	position: relative;
}
 
#ickisim {
	width: 2270px;
	height: 1704px;
	background-image: url(../images/acrophobia.png);
	position: relative;
}
 
.scrolling-content {
	background: transparent url(../images/bubble.png) top center no-repeat;
	width: 139px;
	height: 73px;
	text-align: center;
	position: absolute;
}
 
.scrolling-content h1 { 
	color: #fff;
	padding: 25px 0;
	font-size: 16px;
}
 
#content1 {
	left: 80px; 
	top: 80px;
}
 
#content2 {
	left: 291px; 
	top: 1425px;
}
 
#content3 {
	left: 1627px; 
	top: 337px;
}
 
#content4 {
	left: 1698px; 
	top: 1300px;
}

.ustmenu {
background: #fff;margin:0 auto;
}
#ustmenu{
float:left;
margin-top:10px;
padding: 0;
width: 560px;
background: #fff;
voice-family: "\"}\"";
voice-family: inherit;
}

#ustmenu ul{
background: #fff;
font: bold 11px Arial;
margin:0 ;
 /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#ustmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#ustmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#ustmenu a:hover{
background-color: #008aff; /*Brown color theme*/ 
border-color: #008aff; /*Brown color theme*/ 
}

#ustmenu #current a{ /*currently selected tab*/
background-color: #008aff; /*Brown color theme*/ 
border-color: #008aff; /*Brown color theme*/ 
}

#ustmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
background: #008aff; /*Brown color theme*/ 
}

#title{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding-right: 20px;
padding-top:5px;
font: bold 18px Arial;
color: #008aff;

}

