<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Icecast Streaming Media Server</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
    <style type="text/css">
	  body {
	    background: url(/img/random.gif) center center fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    width: 100%;
	    height: 100%;
	  }

	  #content {
	    font-family: Console, serif;
	    color: #252525;
	    font-size: 1.0em;
	  }

	  div.a {
	      background-color: black;
	      opacity: 0.8;
	      filter: alpha(opacity=80);
	      width: 98%;
	      position: absolute;
	      left: 0;
	      bottom: 4%;
	      padding: 1% 1%;
	      margin: 0;
	      color: silver;
	  }
	</style>
  </head>
  <body>
    <main>
      <h1 id="header"></h1>
      <div id="menu"></div>
    </main>
  </body>
</html>
