html {
width:100%;
height:100%;
}

body {
text-align:center;
min-width: 800px;
background-color:red;
font-family: Arial;
font-size: 18px;
font-weight:normal;
width:100%;
height:100%;
overflow-x:hidden;
}

A {font-size: 20px;font-weight:bold;color:yellow;text-decoration:none;font-style: italic;}
A:link, A:visited { text-decoration: none;color:yellow;text-decoration:none;font-style: italic; }
A:hover{ color:white;font-weight:bold;text-decoration:underline;font-style: italic;}

#Global_mobile{
display:none;
}

#Global {
min-width: 800px;
position:absolute;
top:0px;
left:0px;
background-color:red;
width:100%;
height:100%;
margin:0 auto;
}

#sfondo {
position:fixed;
background: url("../images/sfondo.jpg") transparent center center repeat;
top:0px;
left:0px;
width:100%;
height:100%;
}

.main {
position:relative;
background-color:green;
text-align:justify;
color: white;
font-family: Arial;
font-size: 18px;
font-weight:normal;
margin:0 auto;
width:750px;
height:auto;
//padding-bottom:20px;
//margin-bottom:20px;
top:10px;
bottom:20px;
border: 2px solid black;
}

#main {
height:1400px;
}

#main_taiji {
height:1230px;
}

#main_shifu {
height:1100px;
}

#main_corsi {
height:1350px;
}

#main_contact {
height:610px;
}

#logofbfollow{
width:40%;
}

#img_logo {
width:180px;
}

#logo {
position:absolute;
top:10px;
left:10px;
width:200px;
}

#titolo {
position:absolute;
top:20px;
left:220px;
width:400px;
}

#img_titolo {
width:500px;
}

#menu {
position:absolute;
top:200px;
left:20px;
width:150px;
}

#contenuto {
position:absolute;
top:150px;
left:250px;
width:60%;
padding-bottom:30px;
}

#pix_dx{
width:30%;
float:left;
padding: 20px 20px 10px 0px; 
}

#pix_sx{
width:30%;
float:right;
padding: 20px 0px 10px 20px; 
}

#shifu_sx{
width:40%;
float:left;
padding: 10px 20px 10px 0px; 
}


#map{
position: fixed;
bottom: 0; left: 0; top: 0; right: 0;
margin: auto;
visibility:hidden;
width:620px;
height:470px;
z-index:1000;
}

#backmap{
position: fixed;
left: 0; top: 0;
visibility:hidden;
width:100%;
height:100%;
z-index:999;
background:black;
opacity:.9;
}