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


body {
	background-image:url('http://bloggerhouse.net/wp-content/uploads/2010/06/New_Image.jpg');
	width:1000px;
	margin:0px auto 0px auto;;
}

html {
	text-align:center;
}

#header {
	background-image:url(images/HHR.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:300px;
	
}

#rss {
	width:100%;
	height:auto;
	margin:auto;
}

#rss p {
	width:500px;
	height:auto;
	
	margin-left:25%;
	margin-right:25%;
	
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

#rss .col {
	margin-left:8%;
	width:1024px;
	background-color:#09F;
}

#rss .col .hiphop{
	background-image:url(images/buttonbg.png);
	background-repeat:repeat-x;

	height:40px;
	width:250px;

	text-align:justify;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bolder;

	padding:5px;
	margin-right:40px;
	margin-bottom:5px;

	float:left;
	clear:none;
	overflow:hidden;
}

#rss .col .hiphop a{
	color:#FFF;
}

#rss {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:50px;
}

