@charset "UTF-8";

html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {font-family:verdana, arial, sans-serif; font-size:76%;}
#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	top: 0px;
	left: 0px;
}

#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 
#content {padding:5px 300px 20px 200px;}
p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;}

#container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	z-index:3;
}

#musicplayer {
	margin: 0 auto;
	position:absolute;
	top: 50%;
  	left: 50%;
  	margin-top: -25%;
  	margin-left: -25%;
	z-index:5;
}

#mainContent {
	margin-left: 3%;
	margin-top: 15%;
	position:relative;
	z-index:5;
	width: 520px;
	height: 400px;
}

#music {
	margin-left: 3%;
	margin-top: 15%;
	position:relative;
	z-index:15;
	background-color:#FF0;
	max-height: 300 px;
	max-width: 420 px;
	min-height: 300px;
	min-width: 420 px;
}

#jessica {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom: -2px;
	z-index:13;
}

#jessicagame {
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom: -2px;
	z-index:13;
	padding-right: 50px;
	font-size:18px;
	color: #F00;
}

#redbutton {
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom: -2px;
	z-index:13;	
}

img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	z-index: 999;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
	z-index: 999;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	z-index: 999;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}