
#layoutContentEdge {
	background: #000000;
	background-image: url(none);
    }
    

#layoutContent {
	height: 550px;
	background-image: url(none);
    }
    
#splashGlobe {
    position: absolute;
	top: 98px;
	left: 276px;
	width: 474px;
	height: 452px;
	background-image: url(/st/images/splash/globe.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
    }    
    
#splashSidebar {
    position: absolute;
	top: 0;
	left: 0;
	width: 97px;
	height: 530px;
	background-image: url(/st/images/splash/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
    }    

 #lblHref1 {
	background-image: url(/st/images/splash/label_fast.gif);
 }

 #lblHref2 {
	background-image: url(/st/images/splash/label_slow.gif);
 }
        
 .navLabelLeft {
    position: absolute;
	top: 42px;
	left: 100px;
    width: 650px;
    height: 40px;
    overflow: hidden;
    }

.navLabelLeft a {
    display: block;
    border: 1px none #000000;
    position: relative;
	top: 0;
	left: 0;
    width: 650px;
    height: 40px;
    overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
    }

.navLabelLeft a:hover, .navLabelLeft a.labelHover {
	background-position: 0 -80px;
    }

.navLabelLeft a:active, .navLabelLeft a.labelActive {
	background-position: 0 -40px;
    }
