body {
	padding:0;
	margin:0;
	font-size:28px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.style1 {
	font-size:18px;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper {
	position:absolute; z-index:1;
	top:0px; bottom:0px; left:0;
	width:100%;
	height:100%;
	background:#FFF;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
	width:100%;
	float:left;
	padding:0px;
}

#footer {
	position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:20px;
	background:#000;
	overflow:none;
	color: #FFFFFF;
	padding:5;
	text-align:center;
	font-size:14px;
	overflow:hidden;
}

.backbox {
    position:absolute; z-index:9998;
    bottom:0px;
    left:0px;
	width:50px;
    top:0px;
	overflow:hidden;
    display:none;
	opacity:0.0;
}

.menubox {
    position:absolute; z-index:9999;
    top:0px;
    left:0px;
	width:50px;
	height:50px;
	overflow:hidden;
    display:block;
}

.starbox {
    position:absolute; z-index:9999;
    top:0px;
    right:0px;
	width:50px;
	height:50px;
	overflow:hidden;
    display:block;
}

.slidebox {
    position:absolute; z-index:9999;
    bottom:0px;
    left:0px;
	width:50px;
	height:50px;
	overflow:hidden;
    display:block;
}

.audiobox {
    position:absolute; z-index:9999;
    bottom:0px;
    right:0px;
	width:50px;
	height:50px;
	overflow:hidden;
    display:block;
}

.smallbutton {
	font-size:25px;
	line-height:25px;
    border-radius:5px;
    background:#FFF;
    padding:5px;
	margin:5px;
    width:40px;
    height:25px;
	display:inline-block;
}

.smalldisplay {
	font-size:25px;
	line-height:25px;
    border-radius:5px;
	border: 2px solid #FFF;
    padding:5px;
	margin:5px;
    width:40px;
    height:25px;
	display:inline-block;
}

.largebutton {
	font-size:25px;
	line-height:25px;
    border-radius:5px;
    background:#FFF;
	margin:5px;
    padding:5px;
	padding-top:10px; 
    height:30px;
	display:inline-block;
}

.largedisplay {
	font-size:25px;
	line-height:25px;
    border-radius:5px;
    border: 2px solid #FFF;
	margin:5px;
    padding:5px;
	padding-top:10px; 
    height:30px;
	display:inline-block;
}
	