	
	/* hide from ie on mac \*/
	html {
		height: 550px;
		overflow-x:hidden;
		overflow-y:scroll;
	}
#flashcontent {
	height: 550px;
	position: absolute;
	width: 100%;
	top: 225px;
	z-index: 2;
	}
#flashcontentOtsuka {
	height: 550px;
	position: absolute;
	width: 100%;
	top: 250px;
	z-index: 8;
}
#header {
	top: 0px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #99CCFF;
	position: absolute;
	z-index: 3;
}
#header2 {
	top: 0px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #99CCFF;
	position: relative;
	z-index: 3;
}
.artistname {
	font-size: 2em;
}
.biolink {
	font-size: 1.5em;
	color: #FF3300;
}
	/* end hide */

	body {
		height: 550px;
		margin: 0;
		padding: 0;
		background-color: #330033;
		color:#99CCFF;
		font-family:"Times New Roman", Times, serif;
		font-size:20px;
	}
	
	a {	
		color:#cccccc;
	}
body,td,th {
	font-size: 16px;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


#Layer1 {
	opacity: 1;
	position:absolute;
	width:100%;
	z-index:8;
	background-color: #330033;
	visibility: hidden;
	font-size: 12px;
	color: #FFFFFF;
	top: 225px;
	height: 550px;
}
#ArtistsTable {
	position:relative;
	width:100%;
	background-color: #330033;
	font-size: 12px;
	color: #FFFFFF;
	height: 100%;
}

#footer {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	height: 34;
	width: 100px;
	text-align: right;
	display: right;
	visibility: visible;
	right: 2px;
	bottom: 2px;
}

#footer2 {
	overflow: hidden;
	position: fixed;
	z-index: 1;
	height: 34;
	width: 95%;
	text-align: right;
	display: inline;
	visibility: visible;
	font-size: 24px;
	right: 125px;
	bottom: 10px;
}