body, html  {
	margin: 0px;
	padding: 0px;
	font-family: verdana,Helvetica, Arial,sans-serif;
	font-size: 12px;	
	height: 100%;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(http://www.iheartthescene.com/images/bg.png);
	background-repeat: repeat;
	background-position: center;
	cursor: default;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
/*	border-bottom: #000000 1px solid;*/	
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.header {
	height: 55px;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(http://www.iheartthescene.com/images/rss_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
}
.header a:link, .header a:visited {
	color:#000;
}
.header a:hover {
	color:#fc10e9;
}
a:link, a:active {
	color: #fc10e9;
	text-decoration: none;
}
a:visited {
	color: #00a7ff;
	text-decoration: none;
}
a:hover {
	color: #00a7ff;
	text-decoration: none;
}
#jsddm {
	margin: 0;
	padding: 0;
}
#jsddm li {
	float: left;
	list-style: none;
	padding-top: 0px;
}

#jsddm li a {
	color: #fc10e9;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	margin: 5px;
}
#jsddm li a:hover, #homepage a:hover {
	color:#00a7ff;
}
#menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	background: #fff;
	border-bottom: 1px solid #fc10e9;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}
#homepage {
	font-weight: bold;
	float: right;
	padding-top: 0px;
	padding: 5px 12px;
	text-decoration: none;
	margin: 5px;	
}
#homepage a {
	color: #FF0000;
}
#jsddm li ul {
	background: #fff;
	border-bottom: 1px solid #fc10e9;
	border-left: 1px solid #fc10e9;
	border-right: 1px solid #fc10e9;
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}
#jsddm li ul li {
	float: none;
	display: inline;
}
#jsddm li ul li a {
	width: auto;
}
#jsddm li ul li a:hover {
}
#topLink {
    text-align: right;
    padding-bottom: 20px;
}
#topLink a {
    color: #fc10e9;
}