@charset "UTF-8";
/* CSS Document */


*{
margin:0;  /*Browser Reset*/
padding:0;
}


body {
  font-family: Arial, Helvetica, Verdana, Geniva;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  background: #000000;
  background-image:url(../images/blood-drip.png);
  background-repeat:repeat-x;
}

/* Layout */

#wrapper {
	width: 968px;
	margin: 0 auto;
}

img {
	border: none;
}


/* Content */

#contentMain {
  width: 968px;
  margin:0px;
  padding: 0px;
  text-align: center;
}





#mid {
	background: url('../images/NewArtist_Halloween_Party_P.png') no-repeat;
	width:968px;
	height:780px;
}

#mid_btns {
	width:968px;
	margin:125px 0 0 0;
	float:left;
}

#spcr_1 img {
	width:968px;
	height:365px;
	margin: 0px 0px 0px 0px;
	position:relative;
}

#spcr img {
	width:300px;
	height:100px;
	margin: 0px 0px 0px 0px;
	position:relative;
}



#rsvp_btn img {
	width:175px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}





.copyright {
  float: left;
  width: 968px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size:9px;
  text-align: center;
  color:#9b6937;
}
