body {
	margin: 0px;
	padding: 0px;
	font: 14px Futura, Gill Sans, Helvetica, sans-serif;
	text-transform: uppercase;
	background: white;
	color: #e75c1d;
}
#main a, #banner {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

img { -ms-interpolation-mode: bicubic; }

#content {
	float: right;
	width: 230px;
	margin: 20px;
}

#main {
	margin: 20px;
	margin-right: 270px;
}

#main img {
	width: 100%;	
}

#text {
	text-indent: -5000em;
	height: 123px;
	overflow: hidden;
	background: url(images/text.jpg) 0px 0px no-repeat;
}

#list {
	position: absolute;
	overflow: hidden;
	background: url(images/mailinglist.jpg) top left no-repeat;
	bottom: 37px;
	width: 230px;
}

#emailaddress {
	border: none;
	background: none;
	background: white;
	width: 195px;
	color: #e75c1d;
}

#subscribe {
	font: bold 10px Futura, Gill Sans, Arial, sans-serif;
	background: white;
	border: none;
	color: #e75c1d;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	right: 0px;
	display: block;
	width: 30px;
	height: 19px;
	cursor: pointer;
}

#player {
    margin-top: 10px;
}
#buylinks{
	text-align:right;	
	font-weight:normal;
}
#buylinks h2{
	font-size:14px;	
	color: #ff640c;
}
#buylinks a{
	background: white;
	color: #ff640c;
	text-decoration:none;
}
#buylinks a:hover{
	background: #ff640c;
	color: white;
	text-decoration:none;
}