html, body {
  background:#ffffff;
  color:#333333;
  font-size:12px;
  font-family:arial;
}
a {
  color:#861246;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  color:#000;
}
html, body, #flash {
  padding:0;
  margin:0;
  height:100%;
  width:100%;
  overflow:hidden;
}
img {
  border:0;
}

#flash { 
}
#header {
  width:290px;
  height:53px;
  position:absolute;
  left:50%;
  top:50%;
  margin:-57px 0 0 -145px;
}
#player {
  width:320px;
  height:60px;
  position:absolute;
  left:50%;
  top:50%;
  margin:0 0 0 -160px;
  padding:0 0 0 78px;
}
  
#page {
  position:absolute;
  top:100%; 
  padding:0 30px;
}
/*
#noscript {
  width:400px;
  height:100px;
  position:absolute;
  left:50%;
  top:50%;
  margin:-50px 0 0 -200px;
  font-size:14px;
}

#global {
  background:#fff;
  width:100%;
  height:100%;
}
#logo {
  width:305px;
  height:56px;
  position:absolute;
  left:50%;
  top:66px;
  margin-left:-152px;
}
#content {
  width:500px;
  position:absolute;
  left:50%;
  top:150px;
  margin-left:-260px;
  padding:0 10px;
}
*/
ul {
  padding:0;
  margin:0;
  list-style:none;
}
li {
  padding:0;
  margin:0;
  list-style:none;
}

h1 {
  font-size:19px;	
  color:#861246;
}
h2 {
  margin:0;
  padding:0;
  font-size:13px;
}
#footer {
  font-size:9px;	
  margin-top:20px;
}
a {
  outline:none;
}
li {
  list-style-type:none;
  display:inline;
}