*
{   margin:0;
    padding:0;
}
body
{   background-color:#000;
    color:#fff;
    font:14px/1.3 Arial,sans-serif;
}
a
{	color:#fff;
}
header
{   background-color:#000000;
    display:block;
    height:40px;
    position:relative;
    width:100%;
}
header h1
{   font-size:22px;
    font-weight:normal;
    padding:0 0 0 10px;
    position:absolute;
    text-align: justify;
	text-align-last: justify;
    width:320px;
    z-index:1200;
}
header h1:after
{	content: "";
	display: inline-block;
	width: 100%;
}
header h1 a
{	text-decoration:none;
}
#musicPlayer
{	font-size:12px;
	font-weight:bold;
	padding: 0 10px 0 0;
    position: relative;
    float: right;
    z-index:1200;
}
#musicPlayer a
{	text-decoration:none;
}
#about
{	display:none;
	font-size:12px;
    font-weight:normal;
	padding:0 0 0 10px;
	position:fixed;
	top:60px;
	left:0px;
	text-align:justify;
	width:320px;
	z-index:1200;
}
#help
{	display:none;
	font-size:12px;
    font-weight:normal;
	padding:0 0 0 10px;
	position:fixed;
	top:40px;
	right:0px;
	text-align:justify;
	width:320px;
	z-index:1200;
}
