
body {
      background-color: #000000;
      color: #FFFFFF;
      } 


/* --------- Internet fonts ---------- */

@font-face {
 font-family: Black_Chancery;
 src: url("../font/blkchcry.eot") /* EOT file for IE */
}
@font-face {
 font-family: Black_Chancery;
 src: url("../font/blkchcry.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: DroidSans;
 src: url("../font/DroidSans.eot") /* EOT file for IE */
}
@font-face {
 font-family: DroidSans;
 src: url("../font/DroidSans.ttf") /* TTF file for CSS3 browsers */
}


/* --------- font settings ---------- */

a {
  font-family: Black_Chancery;
  font-size: 22px;
  }


a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	font-family: DroidSans;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #0000A0;
	text-decoration: underline overline;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: none;
	}


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

#flag { float: left; }

#envcan { float: right; }

#table { 
       position: relative;
       float: center; 
       top: 180;
       }

#middle { 
       margin: 0 auto;
       position: relative;
       float: center;
       width: 420px;
       height: 220px;
/*     border: 3px yellow solid;  */
       top: 180;
       }

#links1 {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
/*    	border: 3px coral solid; */
	text-align: center;
/*	cursor: e-resize  */
	}

#links2 {
	position: relative;
	float: right;
	width: 200px;
	height: 200px;
/*    	border: 3px blue solid; */
	text-align:center;
/*	cursor: w-resize   */
	}

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

#guitar {
	position:relative;
	left: 5;
	bottom: 5;
	}

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

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

