@charset "utf-8";
/* CSS Document */

body { margin:0; padding:0; width:100%; background:#1A1D16; font-family:"Times New Roman", Times, serif;font-size:12px; }
html { padding:0; margin:0;}

a { color:#FF9900;text-decoration:none;}
a:link {color:#FF3300; text-decoration: none;  }
a:hover { color:#FFFF00;text-decoration:underline;}

/* main */
.main {	width:1026px;	padding:0;	margin-top: 0;	margin-right: auto;	margin-bottom: 0;	margin-left: auto;}
#content {
	position:relative;
	left:0px;
	top:0px;
	width:1026px;
	height:1000px;
}

/* backgrounds */
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:177px;
	width:1027px;

}

#middle {
	background-image:url(images/middle.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:770px;
	width:1027px;

}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:106px;
	width:1027px;
	text-align:center;

}

/* elements */
#songlist {
	position:absolute;
	top:566px;
	left:19px;
	height:174px;
	width:520px;
	font-size:10px;
}

#songsLeft {
	position:absolute;
	top:0px;
	left:0px;
	height:174px;
	width:33%;
}
#songsMiddle {
	position:absolute;
	top:0px;
	left:174px;
	height:174px;
	width:33%;
}
#songsRight {
	position:absolute;
	top:0px;
	left:346px;
	height:174px;
	width:170px;
}


#text01 {
	position:absolute;
	top:391px;
	left:54px;
	height:59px;
	width:495px;
}

#text02 {
	position:absolute;
	top:324px;
	left:654px;
	height:50px;
	width:333px;
}

#video {
	position:absolute;
	top:61px;
	left:668px;
	height:240px;
	width:320px;
	
}

/* footer stuff */
#footertext {
	position:relative;
	width:1000px;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	height:40px;
	text-align:left;
}

#footerlinks {
	position:relative;
	width:auto;
	height:30px;

}

#footercopyright {
	position:relative;
	width:auto;
	height:20px;
	

}

/* the join us form */
#joinus {
	position:absolute;
	left:744px;
	top:26px;
	height:60px;
	width:257px;
}
.response {
	position:absolute;
	top:-15px;
	left:5px;
	color:#C30;
	font-weight:bold;
}
input {
	border:none;
}

#formemail {
	position:absolute;
	top: 5px;
	left: 6px;
	width: 243px;
	height: 26px;
}

#formemail inpout {
	width:240px;
	color:#999;
}

#formemail inpout:focus {
	width:240px;
	color:#000;
}

#formbutton {
	position:absolute;
	top:35px;
	left: 184px;
	width:50px;
	height: 26px;
}

#formbutton input{
	background-color:#FFF;
	color:#F60;
	font-weight:bold;
	cursor:pointer;
	
}

