@charset "utf-8";
/* CSS Document */

a {
    color: #bbf;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#nav{
    position: absolute;
    width: 169px;
    left: 745px;
    top: 429px;
}

#nav img{    
    margin: -4px;
    cursor: pointer;
}

#gigsBtn{
    width: 169px;
    height: 36px;
    background: url('../img/gigs_off.png');
}

#body{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background: #000 url('../mediapics/hannah4BG.png') no-repeat;
    color: #fff; /* This is set in the Javascript, see index.php */
}

#mainContent{
    position: absolute;
    /* These are set in the Javascript, see index.php. */
    top: 50px;
    left: 250px;
    width: 450px;
}

#loading{
	background: url('../img/loading.gif') no-repeat center;
	position: absolute;
	width: 66px;
	height: 77px;
	z-index: 5;
	top: 258px;
	left: 334px;
	opacity: 1;
}

img {
    border: none;
}

#preload{
    height: 0px;
    width: 0px;
    overflow: hidden;
}

#thePlayer{
    position: absolute;
    top: 50px;
    left: 745px;
}

