@charset "utf-8";
/* CSS Document */

body 
{
	color: #272727;
	background-color: #010200;
	margin: 0px;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-image: url(images/steamradio_01.png);
	background-repeat:repeat-x;
}
a{
	text-decoration:  none;
	color:#FFFFAA;
}
a:hover{
	text-decoration: none;
	color: #AAAAFF;
}
h1{
	font-size:x-large;
}
h1.test{
	margin-top:-5px;
}
div#copyright{
	font-size:small;
	color:#aaa;
	text-align:center;
}
div#container
{	
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	text-align: left;
}
div#menu
{
	background-image: url(images/steamradio_04.png);
	background-repeat:repeat;
	padding-top:25px;
	padding-left:20px;
	width:202px;
	height:501px;
	float:left;
	margin-left:82px;
	color:#fff;
}
div#content
{
	background-image: url(images/steamradio_05.png);
	background-repeat:repeat;
	padding-top:20px;
	padding-left:35px;
	padding-bottom:55px;
	padding-right:35px;
	width:560px;
	height:451px;
	float:right;
	color:#fff;
	margin-right:51px;
	 
}
div#inside{
height:100%;
overflow: auto;
}
div#logo
{
	margin-top:0px;
	background-image: url(images/steamradio_02.png);
	background-repeat:repeat;
	width:985px;
	height:242px;
}
img
{
	border:0;
	text-decoration:none;
}
ul
{
	margin-top:0;
	margin-bottom:0;
}
div#hlig
{
	color: #EECC99;
	font-style: italic;
}


