body {
      background-color: #000000;
      color: #FFFFFF;
      }
      
H2 { 
   text-align: center;
   }       


p {
    text-align: center;
}

a, a:hover, a:active, a:visited { color: white; }

/* --------- Start Div settings --------- */

#title {
	margin: 0 auto;
	position: relative;
	float: center;
	top: 30;
	width: 1024px;
        height: 100px;
/*	border-style: solid; 
        border-color: red; */
	}
	

#center {
       margin: 0 auto;
       position: relative;
       float: center;
       width: 1024px;
       height: 400px;
       top: 70;
/*       border-style: solid;
       border-color: white; */
       }


#youtube { 
       margin: 0 auto;
       position: relative;
       float: left;
       width: 480px;
       height: 400px;
/*       top: 70; */
       }

#map { 
       margin: 0 auto;
       position: relative;
       float: right;
       width: 480px;
       height: 400px;
/*       top: 70; */
       }
        


#counter {
	position:absolute;
	right: 5;
	bottom: 5;
	}


/* --------- Class -------- */

.drag{
position:relative;
cursor:hand;
z-index: 100;
}