@charset "utf-8";
/* CSS Document */


	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#main {
		width:960px;
		height:auto;
		margin:auto;
	}
	
	#flashcontent {
	position:absolute;
	width: 100%;
	height: 100%;
	}
	
	#intro {
	position:absolute;
	width: 100%;
	height: 100%;
	background: #272727 url(../mainbg.jpg) top center no-repeat;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		color: #000000;
		font-family:"Century Gothic", Helvetica, Arial;
		font-size:14px;
		}
		
	#header {
		width: 420px;
		height: 50px;
		position:absolute;
		z-index:4;
		top: -0px;
		left: -5px;
		}
	
	#menu {
		width: 150px;
		height: 250px;
		position:absolute;
		z-index:2;
		top: 350px;
		left: -5px;
		}
		
	#music {
		width:100%;
		height:20px;
		position:absolute;
		z-index:10;
		bottom:-5px;
		left:25px;
		margin:auto;
	}
		
	#contact {
		margin:auto;
		width:100½;
		height:100%;
		padding-top:300px;
		padding-left:500px;
		background:url(../bg.jpg) top center no-repeat;
	}

	#contact a, a:active {
		text-decoration:none;
		color:00F;
	}
	
	#contact a:hover {
		color:#333;
	}

		

		
	
		

