@charset "utf-8";
body {
	font-family: "Courier New", Courier, monospace;
	margin: 0;
}

img {
	border: 0px;
}

#gfxBG {
	position: absolute;
	height: 100%;
	z-index: 0;
	width: 100%;
}

#flashBG {
	height: 100%;
	position: absolute;
	width: 100%; 
	z-index: 1;
}

#contentSwitch {
	background-color: #ffffff;
	font-size: 10px;
	left: 20px;
	cursor: pointer;
	padding: 0 15px;
	position: absolute;
	top: 20px;
	z-index: 2;
}

/* to toggle the visibilty of the content */
.invisible {
	visibility: hidden;
}

#content {
	background-color: #ffffff;
	bottom: 20px;
	font-size: 20px;
	left: 20px;
	overflow: auto;
	padding: 15px 20px;
	position: absolute;
	top: 60px;
	width: 700px;
	z-index: 2;
}

#content a {
	background-color: #000000;
	color: #ffffff;
}

#content a:hover {
	background-color: #ffffff;
	color: #000000;
}

#content .headline {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#content #firstHeadline {
	margin-top: 10px;
}

#content .text {
	font-size: 12px;
}

#content .mediaIMG {
	margin: 3px 0;
}

#content .mediaIMGLink {
	background-color: transparent;
}

#sidebar {
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 155px;
	z-index: 2;
}

#sidebar a {
	color: #ffffff;
	
}

#sidebar #contact {
	border-top: 1px solid #ffffff;
	margin-top: 10px;
	padding-top: 10px;
	
}

#sidebar #songs {
	border-top: 1px solid #ffffff;
	margin-top: 10px;
	padding-top: 10px;

}

#sidebar #musicplayer {
	border-top: 1px solid #ffffff;
	margin-top: 10px;
	padding-top: 10px;

}

#logo {
	
}
