body {
	margin:0px;
	padding:0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, 'Lucida Sans', Geneva, Verdana, Arial, sans-serif;
	color:#000;
	background-color:#000000;
	}

/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 100px;
	left: 20px;
	}
 
 /* following rules are invisible to IE 5 \*/
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -150px;
	text-align: center;
	min-width: 700px; 
	}
 /* end IE 5 hack */ 

#wrapper {
	margin: 0px auto;
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 700px;
	height: 200px;
	}

#disc { 
	background-image: url(art/mask.png);
	height: 300px;
	width: 700px;
	}

#menu a {
	position: absolute;
	height: 20px;
	width: 128px;
	text-decoration: none;
	}

#menu a i { visibility: hidden; }

a#aa, a#shelly, a#peach, a#rialto, a#mls, a#scarlet, a#armour {top: 192px; width: 68px; height: 68px;}
a#aa { left: 8px; background-image: url(art/aa_under.png);}
a#shelly { left: 112px; background-image: url(art/shelly_under.png);}
a#peach { left: 216px; background-image: url(art/peach_under.png); }
a#rialto { left: 320px; background-image: url(art/rialto_under.png); }
a#mls { left: 424px; background-image: url(art/mls_under.png);}
a#scarlet { left: 528px; background-image: url(art/scarlet_under.png);}
a#armour { left: 632px; background-image: url(art/armour_under.png); }
a#ep { top: 374px; left: 374px;  }

a#aa:hover { background-image: url(art/aa_over.png); }
a#shelly:hover { background-image: url(art/shelly_over.png); }
a#peach:hover { background-image: url(art/peach_over.png); }
a#rialto:hover { background-image: url(art/rialto_over.png); }
a#mls:hover { background-image: url(art/mls_over.png); }
a#scarlet:hover { background-image: url(art/scarlet_over.png); }
a#armour:hover { background-image: url(art/armour_over.png); }
a#playback:hover { background-image: url(art/playback.jpg); }

a#aa:hover, 
a#shelly:hover, 
a#peach:hover,
a#rialto:hover,
a#mls:hover, 
a#scarlet:hover, 
a#armour:hover, 
a#playback:hover { border: 0px solid white; } 