/* INDEX  */
.nav{
    position: absolute;
    top: -1px;
    left: -1px;
    height: 140px;
    width: 100%;
    z-index: 1;
}

	
.content_left {position: absolute;
    top: 140px;
    left: 0%;
    height: 200%;
    width: 22%;
    z-index: 2;
    overflow: visible;
}


.content_middle {position: absolute;
    top: 140px;
    left: 22%;
    height: 200%;
     width:53%;
    z-index: 1;
    overflow: visible;
}

.content_right {position: absolute;
    top: 140px;
   right: 0px;
    height: 200%;
    width: 25%;
    z-index: 3;
    overflow: visible;
}

/* SPLASH */
.splash_on {
    position: absolute;
    top: 120px;
   left: 0%;
    height: 210%;
    width: 100%;
    z-index: 10;
   visibility: visible;	
   overflow: visible;
}

.splash_off {
    position: absolute;
    top: 120px;
   left: 0%;
    height: 100%;
    width: 100%;
    z-index: 10;
   visibility: hidden;	
   display: none;
}

.lindas{
	 position: absolute;
	top: -30px;
	right: 30px;
        z-index: 20;
}

.iframebdR {
          border-top: medium none;
          border-bottom: medium none;
          border-left: medium none;
          border-right: 2px solid #454D8B;
             }

.iframebd {
          border-top: medium none;
          border-bottom: medium none;
          border-left: 2px solid #454D8B ;
          border-right: medium none;
             }