body {
	margin: 0px;
	padding: 0px;
	background: #fffef4;
	color:#ff718b;
	font-size:12px;
	line-height:18px;
	font-family:Helvetica, sans-serif;
}
h2{
	margin:0px;
	padding:0px;
}
#main{
	width:360px;
	margin:auto;
	margin-top:100px;
}
#logo{
	display:block;
	text-indent:-5000em;
	background:url(images/logo.jpg) top left no-repeat;
	width:353px;
	height:310px;
	margin:auto;
}
#signupetc{
	background:url(images/arrow.jpg) top right no-repeat;
	margin-top:30px;
}
#signup{
	display:block;
	text-indent:-5000em;
	background:url(images/signuptext.jpg) top left no-repeat;
	width:339px;
	height:100px;
	margin-bottom:30px;
}
#subscribefield{
	border:none;
	background:transparent;
	background:url(images/underline.jpg) bottom left no-repeat;
	padding-bottom:20px;
	color:#ff718b;
	margin-left:120px;
}
#thanks{
	text-align:center;
	margin-top:30px;
}
a {
	color:#ff718b;
	text-decoration:none;
	font-weight:bold;
	-webkit-transition: 0.5s color ease-in-out;
}
a:hover{
	color:#0055a5;
}

#player{
	width:229px;
	margin-left:0px;
	margin-bottom:0px;
}
#player a {
	display:block;
	text-indent:-5000em;
	}
#player a:hover{
}
#player ol {
	margin:0px;
	list-style:none;
	padding:0px;
	padding-left:0px;
}
#player li a {
	padding: 0px;
    background: url(images/here.jpg) 0px 0px no-repeat;
	height:68px;
	width:323px;
}
#player li a:hover {
	background: url(images/here.jpg) 0px -72px no-repeat;
}
#player li.stop a {
    background: url(images/here.jpg) 0px -145px no-repeat;
}
#embedstuff{
	text-align:center;
}
#embedcode{
	margin-bottom:50px;
}
