
		body{
            padding:0px;
            margin: 0px auto;
			text-align:center;
            font :100% tahoma;
			height:100%;
			color:#FFFFFF;
			background: #000000 url(images/topbg.gif) no-repeat  50% 0%;;
        }
        
        #outerbody{
			
			position:relative;
			margin:0px auto;
			text-align:left;
			padding:0px;
            width:810px;
			top:180px;
			left:50px;
			
        }        
        #top{
			padding-top:20px;
			text-align:center;
		}
		#mainbody{
		
			text-align:left;
			width:350px;
        }
		
		#sidebar{
		
			width:450px;
			float:right;
			padding:0px;
			
		}
		#tweets{
			width:350px;
		}
		#tweetimages{
			position:relative;
			text-align:right;
			top:-9px;
			width:315px;
		}
		#songs{
			width:315px;
			height:298px;
			padding:0px;
			overflow: auto;		
		}
		#header{
			position:relative;
			margin:0px auto;
			background: url(images/topbg.gif) repeat-x  50% 0%;
			background-position:bottom center;

			
			width:100%;
		}
		

		
		.orange{
			color:#FF9400;
		}
		.grey{
			color:#737169;
		}
		.white{
			color:#FFFFFF;
		}
		
		
		input{
			width:300px;
			font :90% tahoma;
			background:#000000;
			color:#FFFFFF;
			padding:5px;
			border: 1px solid #5A3400;
		}
		a{
			font :90% tahoma;
			font-weight: bold;
            color:#FFFFFF;
            text-decoration:none;
        }
        a:hover{
            color:#FF9400;
            text-decoration:none;
        }
		a.randomlink{
			color:#FF9400;
			font-weight:bold;
			font-size:70%;
		}
		a:hover.randomlink{
			color:#FFFFFF;
			font-weight:bold;
			font-size:70%;
		}
		
		
		h1 {
			color:#FF9400;
			font-size:130%;
			line-height:10px;
		}
		
		h2 {
			color:#868686;
			font-size:105%;
			line-height:15px;
		}
		h3 {
			color:#FFFFFF;
			font-size:90%;
			line-height:10px;
		}		
		p {
			color:#FFFFFF;
			font-size:80%;
		}
		td{
			color:#FFFFFF;
			font-size:80%;
		}
		
		a.chicklet img {
			position:relative;
			top:-2px;
            border: 0;
            height: 16px;
            width: 16px;
			
            margin-right: 3px;
            vertical-align: middle;
}
 
		a.chicklet {
            height: 16px;
            line-height: 16px;
            margin-right: 6px;
			font :90% tahoma;
		}
		.commentformbox{
			width:300px;
			height:60px;
			font :90% tahoma;
			background:#000000;
			color:#FFFFFF;
			padding:5px;
			border: 1px solid #5A3400;
		}
		.songtitle{
			color:#F6C400;
			font-weight:bold;
			font-size:80%;
		}
		.songinfo{
			color:#FFFFFF;
			font-size:70%;
		}
		.minititle{
			color:#4D4C46;
			font-weight:bold;
			font-size:70%;
		}
		.songdownloadinfo{
			color:#737169;
			font-weight:bold;
			font-size:70%;
		}
		.stats{
			color:#4D4C46;
			font-weight:bold;
			font-size:70%;
			
		}
		.artistimage{
			border: 1px #484848 solid;
		}
		
		.buylinks{
			font-weight:bold;
			font-size:110%;
		}
		
		
