body {
	background-color: #1b0d02;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll; 
	background-position: top center;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#home-bgimage {
background: url("images/home_02.jpg");
background-repeat: no-repeat;
}

#audio-bgimage {
background: url("images/audio_02.jpg");
background-repeat: no-repeat;
}

#video-bgimage {
background: url("images/video_02.jpg");
background-repeat: no-repeat;
}

#contact-bgimage {
background: url("images/contact_02.jpg");
background-repeat: no-repeat;
}


#profile-bgimage {
background: url("images/profile_02.jpg");
background-repeat: no-repeat;
}


#admin-bgimage {
background: url("images/admin.jpg");
background-repeat: no-repeat;
}


#bio-bgimage {
background: url("images/biography.jpg");
background-repeat: no-repeat;
}


#faq-bgimage {
background: url("images/faq.jpg");
background-repeat: no-repeat;
}

