@charset "utf-8";
/* CSS for tyreemusic */
/* code by spiritserver design - spiritserver.org */

body {
	background-color:#000000;
	text-align:center;
	/*font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-family:"Palantino Linotype","Book Antiqua",Palantino,serif;*/
	font-family:Tahoma,Geneva,sans-serif;
	color:white;
	}
body a:link {
	font-size:24px;
	color:white;
	text-decoration:none;
	}
body a:visited {
	font-size:24px;
	color:white;
	text-decoration:none;
	}
body a:hover {
	color:#FFFF33;
	text-decoration:none;
	}

	
#container
	{
	position:relative;
	width:800px;
	height:0px;
	margin:0px auto;
	background-color:black;
	text-align:left;
	}

#header-demo {
	position:absolute;
	background:url(images/header-demo.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:316px;
	margin-top:0px;
	margin-left:0px;
	}
	
#header-index {
	position:absolute;
	background:url(images/header-index.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:600px;
	margin-top:0px;
	margin-left:0px;
	}
	
#header-events {
	position:absolute;
	background:url(images/header-events.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:316px;
	margin-top:0px;
	margin-left:0px;
	}
		
#message {
	font-family:Playbill,Georgia, "Times New Roman", Times, serif		
	}
		
#player {
	position:absolute;
	display:block;
	width:800px;
	height:600px;
	margin-top:240px;
	margin-left:-500px;
	font-size:14px;
	text-align:right;
	}
	
.playbar {
	width:600;
	height:40px;
	margin-top:0px;
	margin-left:20px;
	font-size:10px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
		}

#note {
	width:600px;
	margin-left:300px;
	font-style:italic;
	font-size:11px;
	text-align:center;
	color:white;
		}

#note a:hover, #note a:visited, #note a:link {
	font-size:14px;
	}
	
#upcomming {
	position: absolute;
	dipslay:block;
	width:600px;
	height:600px;
	background:url(images/upcomming.jpg);
	background-repeat:no-repeat;
	margin-top:840px;
	margin-left:0px;
	font-size:20px;
	text-align:left;
	}	
