body{
	background: url(images/background.jpg) repeat;
	margin:0px auto;
	text-align:center;
	font-family: arial;
}
a{
	outline:none;
}
#container{
	background:#f8e6e6 url(images/pink_bg.jpg) no-repeat;
	height:1350px;
	width: 844px;
	margin:0px auto;
}

#head{
	height: 390px;
	float:left;
	width:100%;
}

#content{
	text-align:center;
	float:left;
	width:100%;
	height:920px;
}
#signupHeader{
	font-size: 22px;
	color: #f52065;
	font-weight:bold;
	margin-top:30px;
}

.textInput{
	background: url(images/textbox_bg.jpg);
	height:58px;
	width: 235px;
	padding: 6px;
	border: 0px;
	margin: 0 5px 0 0;
	float:left
}
#contentForm{
	height: 58px;
}

#submit{
	/*background: url(images/submit.jpg);*/
	width:156px;
	height: 58px;
	border: 0px;
	float:left;
	margin: 0 0 0 35px;
	
}

#submit:hover{
	cursor:pointer;
}

#formElements{
	margin:0px 0px 0 0px;
	float:left;
	height:58px;
}
#dummy{
	width: 80px;
	float:left;
	height:58px;
}
#newsletterSignUp{
	margin: 2px 0 0 0;
}

#artistImage{
	
}

#artistImage #imageDummy{
	height: 60px;
}
#epOut{
	height: 570px;
}

#download{
	text-align: center;
}
#downloadLink{
	float:left;
	background: url(images/clickToDownload.jpg);
	width: 736px;
	height: 106px;
	/*margin: 130px 0 0 50px;*/
	margin: 0px 0 0 50px;
}
#footer{
	/*margin:0 0 0 60px;
	float:left;*/
}

.footerLinks{
	color: #f52065;
	text-decoration: none;
	font-weight:bold;
}

.footerLinks:hover{
	text-decoration: underline;
}
