body {
  background-color: #123;
  color: #333;
  font-size: 15px;
  height: auto;
  padding-bottom: 40px;
  background-attachment:fixed;
}

a {
  color: #11ee11;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

h1 {
    font-family: verdana, serif;
    font-weight: bold;
    color: #c0c0c0;
    padding-top: 20px;
    text-align: center;
}

h2 {
    padding-top: 20px;
	font-weight: normal;
    text-align: center;
    color: lightgray;
    font-family: verdana, serif;
}

h4 {
    padding-top: 50px;
    text-align: center;
    font-family: verdana, serif;
}

p {
  border: 0px solid #666;
  width:960px;
  margin:auto;
  overflow: hidden;
  font-family: verdana, sanserif;
  font-size: 15px;
  color : #c0c0c0;
  padding: 10px 10px 10px 10px;
  text-align: Justify;
}

p.big { font-size: 20px}

.button {
    background-color: #333;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    color: #c0c0c0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
}

#intro {
    width: 1322px;
    margin : auto;
    height:auto;
    border-style: none;
    color: #c0c0c0;
    display: flex;
    justify-content: center;
}

  #intro div {
        width: 960px;
        margin : auto;
        height: auto;
        text-align: justify;
    }

    #intro img {
        margin: 25px 0px 0px 30px;
        /* border-style: dotted solid double dashed;
        border-width: thick;*/
        float: right;
    }


    #intro ul.b {
        /*list-style-type: square;*/
        list-style-image: url('sqpurple.gif');
    }

#main {
    width: 1322px;
    height: auto;   /**/
    border-style: none;
    color: #c0c0c0;
    display: flex;
    justify-content: center;
}


    #main div {
        width: auto;
        /* margin-left: 100px;
    color: silver;*/
        height: auto;
        text-align: justify;
    }

    #main img {
        margin: 0px 0px 30px 0px;
         height: 500px;
        width: 853px;
        float: left;
    }

#main ul.b {
    /*list-style-type: square;*/
    list-style-image: url('sqpurple.gif'); 
}


.container_4 {
    background-color: #123;
    background-repeat: repeat-y;
    margin-bottom: 20px;
}
/*

#legend {border: 1px solid #669;
padding: 20px 20px;
text-align: left; width: 300px;
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 18px 12px;
-moz-box-shadow: #666 0px 18px 12px;
box-shadow: #666 0px 18px 12px;
background: #99FFE6;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#99FFE6), to(#3377EE));
background: -webkit-linear-gradient(#99FFE6, #3377EE);
background: -moz-linear-gradient(#99FFE6, #3377EE);
background: -ms-linear-gradient(#99FFE6, #3377EE);
background: -o-linear-gradient(#99FFE6, #3377EE);
background: linear-gradient(#99FFE6, #3377EE);
-pie-background: linear-gradient(#99FFE6, #3377EE);
behavior: url(css/PIE.htc);}

#tablature {border: 1px solid #666;
padding: 60px 20px;
text-align: left; width: 900px;
position:relative;
font-family:"Courier New", Courier, monospace;
font-weight:bold;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 18px 12px;
-moz-box-shadow: #666 0px 18px 12px;
box-shadow: #666 0px 18px 12px;
background: #FFFFAA;
/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeeee), to(#aaaaaa));
background: -webkit-linear-gradient(#eeeeee, #aaaaaa);
background: -moz-linear-gradient(#eeeeee, #aaaaaa);
background: -ms-linear-gradient(#eeeeee, #aaaaaa);
background: -o-linear-gradient(#eeeeee, #aaaaaa);
background: linear-gradient(#eeeeee, #aaaaaa);
-pie-background: linear-gradient(#eeeeee, #aaaaaa);*/
/*behavior: url(css/PIE.htc);}  */