/* www.multithemes.com */

body {
	background: no-repeat url(../../images/elements/page/paper-back.jpg) #4e2314 center top;
}

#pageHeader {
	background: url(../../images/editable_images/header_simple.jpg) no-repeat 0px 0px;
}

#sidebarContainer {
	background: url(../../images/elements/page/sidebar_simple.jpg) no-repeat 0px 0px;
}

#footer {
	background: no-repeat center url(../../images/editable_images/footer_simple.jpg);
}
/* container change page style */
#container {
	background: url(../../images/elements/page/page-normal.jpg) 0px 0px repeat-y;
}

@media only screen and (max-width: 900px) {
#pageHeader{
	background: url(../../images/editable_images/header_simple_responsive.jpg) no-repeat 50% top;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
	max-width: 900px;	
    width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
}
#container {
	 background: url(../../images/elements/page/page-normal_responsive.jpg) repeat-y center top;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
     max-width: 900px !important;
}
body { background: #4e2314 none;	}
#footer {	
	background: url(../../images/editable_images/footer_simple_responsive.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
	width: 100%;
	max-width: 900px !important;
	margin: 0;
	min-height: 100px;
	padding: 0;
	height: auto;
}
#footer p {
	margin: 0;
	padding: 0;
}
#bottom {
	margin: 0;
	padding: 0;
}
}