html {
    height: 99%;
}
    
BODY {
    text-align: center;   
    background-image:url();
    background-color: white; 
    background-image:url();
    background-repeat: no-repeat;
    background-attachment: fixed; 
	background-position: top left;
    height: 99%;
    margin:0;padding:0;
} 
	
#wrap {
	border: solid red 0px;
	width:1060px; 
	margin: 0 auto;
	position: relative; top:0px;
	background-color: transparent; 
}

    
#container {
	border: solid black 0px;
	width:1060px; 
	margin: 0 auto;
	position: absolute; top:200px; left:0px;
	background-color: #FFF4E9; 
/*	background-color: #CCCCCC; */
}
	
#content_container {
	border: solid blue 0px;
	background-color: transparent; 
	width:920px; 
	position: relative; top:60px; 
	margin: 0 auto;
	z-index: 3;
}
	
#logo {
	position: absolute; left:37px; top:32px;
	width: 200px; height: 200px;
	z-index: 10;
}
#logo_radio {
	position: absolute; left:21px; top:15px;
	height: 232px;
	z-index: 8;
	
	transform: rotateZ(0deg); 
	transform-origin: 47.03% 50%; 
	perspective: 200;
	-webkit-transform: rotateZ(0deg); 
	-webkit-transform-origin: 47.03% 50%; 
	-webkit-perspective: 200; 
	-webkit-perspective-origin: 0% 0%; 
	-moz-transform: rotateZ(0deg); 
	-moz-transform-origin: 47.03% 50%; 
	-moz-perspective: 200; 
	-moz-perspective-origin: 0% 0%; 
	-o-transform: rotateZ(0deg); 
	-o-transform-origin: 47.03% 50%; 
	-o-perspective: 200; 
	-o-perspective-origin: 0% 0%; 
	-ms-transform: rotateZ(0deg); 
	-ms-transform-origin: 47.03% 50%; 
	-ms-perspective: 200; 
	-ms-perspective-origin: 0% 0%; 
	transform: rotateZ(0deg); 
	transform-origin: 47.03% 50%; 
	perspective: 200; 
	perspective-origin: 0% 0%;
}
#line_h {
	position: absolute; left:0px; top:27px;
	width: 100%; height: 15px;
	background-color: transparent; 
    background-image:url(img/line_h.png);
    background-repeat: repeat;
    background-attachment: fixed; 
	background-position: top left;
	z-index: 7;
}
#line_v {
	position: absolute; left:60px; top:0px;
	width: 15px; height: 100%;
	background-color: transparent; 
    background-image:url(img/line_v.png);
    background-repeat: repeat;
    background-attachment: fixed; 
	background-position: top left;
	z-index: 7;
}


#menu_back {
	position: absolute; left:0px; top:35px;
	width: 100%; height: 195px;
	/*background-color: rgba(200, 200, 200, 0.9);*/
	background: url(img/blk_20.png) repeat;
	z-index:6;
}

	
.content_large {
	background-color: transparent;
	font: 16px helvetica;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-shadow: 0px 0px 6px rgba(0,0,0,1);
}
.content {
	background-color: transparent;
	font: 15px helvetica;
    color: grey;
    font-weight: lighter;
    text-decoration: none;
    text-align: left;
     z-index:3;
}
	.content a:link {color:grey ; text-decoration:none ;}
	.content a:visited {color:grey ; text-decoration:none ;}
	.content a:hover {color:orange ; text-decoration:none ;}
	.content a:active {color:grey ; text-decoration:none ;}
	
.content_o {
	background-color: transparent;
	font: 15px helvetica;
    color: grey;
    font-weight: lighter;
    text-decoration: none;
    text-align: left;
     z-index:3;
}
	.content_o a:link {color:orange ; text-decoration:none ;}
	.content_o a:visited {color:orange ; text-decoration:none ;}
	.content_o a:hover {color:grey ; text-decoration:none ;}
	.content_o a:active {color:orange ; text-decoration:none ;}

/*===================================== SLIDES ======================================*/

#back_slide {
	position: absolute; left:50px; bottom:50px;
}

/*===================================== CONTENTS ======================================*/

#top {
	border: solid black 0px;
	height: 100px;
	position: relative; top: 30px;
	background-color: transparent;
	font: 14px helvetica;
    color: white;
    font-weight: lighter;
    text-decoration: none;
    text-align: right;
    margin-left: 1020px ;
    margin-right: 50px ;
}
	#top a:link {color:white ; text-decoration:none ;}
	#top a:visited {color:white ; text-decoration:none ;}
	#top a:hover {color:grey ; text-decoration:none ;}
	#top a:active {color:white ; text-decoration:none ;}
	
#introduce {
	border: solid blue 0px;
	height: 100px; width:500px;
	position: absolute; right: 0px;
}
    
/*===================================== FOOTER ======================================*/
    
    .footer {
    	border-top:solid grey 1px;
		font: 11px arial;
	    color: grey;
	    font-weight: normal;
	    text-decoration: none;
	    line-height: 25px;
	    text-align: left;
	    width:1060px; 
	    position: relative; top: 40px;
	    margin:0 auto;
	    text-shadow: 0px 0px 6px rgba(0,0,0,0);
	    z-index: 9;
	    }