/* www.multithemes.com */

body {
	background: #387f0d url(../../images/editable_images/1-green-style.jpg) no-repeat 50% 20px;
}

.photo-background, .movie-background {
	background-color: #387f0d;
}

@media only screen and (max-width: 719px) {

/* @group header content body image managment */
body, #headerEdge { /* background-header size breakpoint */
background-size: 690px auto; 
}
#container{ /* Page image break point */
background-size: 690px auto;
background-position: 50% 0; /* was 20px */
}

#headerEdge{ 
background-position: 50% 0; /* was 20px */
}
/* @end */
}