li { color: #6881A9; }
li a { font-size: 16px; text-decoration: none; font-weight: bold; padding: 5px;border: 1px solid #000; border-left: 2px dotted #000; border-right: 2px dotted #000;}
li a:Hover { color: #6881A9; border-color: #6881A9; background-color: #23375A; color: white;}

body
{
    background-image: url('../../earth.jpg');
    background-repeat: no-repeat;
    background-color: #000000;
    margin: 0 0 0 0;
}

#menuitem-1 { position: absolute; top: 120px; left: 395px;}
#menuitem-2 { position: absolute; top: 167px; left: 440px;}
#menuitem-3 { position: absolute; top: 214px; left: 475px;}
#menuitem-4 { position: absolute; top: 261px; left: 500px;}
#menuitem-5 { position: absolute; top: 308px; left: 520px;}
#menuitem-6 { position: absolute; top: 356px; left: 535px;}

#banner-top
{
    position: absolute; top: 495px; height: 51px; width: 100%;
    background-color: #23375A; 
	border-top: 5px solid #23375A; 
	border-bottom: 5px solid #23375A; 	
}

#banner-bottom
{
    position: absolute; top: 556px; left: 0px; width: 100%;
    background-color: #6881A9; 
	border-bottom: 1px solid #333; 
}

#iconbar { position: absolute; top:435px; left: 475px; }

#tagline 
{ 
    position: relative; left: 15px; width: 50%;
    color: #23375A; font-size: .95em;
}

#mozarts-ghost-the-hottest-band-on-the-internet
{
	font-size: 16px;
	position: absolute;
	top: 600px;
	left: 15px;
	cursor: pointer;
	
}

#banner-image
{
	width: 388px;
	height: 51px;
	position: relative; 
	left: 15px
}




