/*  CSS Document */
/*	Use this style sheet to make it easy to change background images for every page */
/*	body#<page_id_name> head {} */

body#watch_movie div#head 			{ background: #333333 url(../pub/images/view_movie_bg.jpg) top left no-repeat; }
body#watch_movie div#shorthead 	{ background: #333333 url(../pub/images/view_movie_bg.jpg) top left no-repeat; }

body#contactus div#shorthead 		{ background: #333333 url(../pub/images/bg_contactus.jpg) top left no-repeat; }
body#about div#shorthead 				{ background: #333333 url(../pub/images/bg_about_us.jpg) top left no-repeat; }
body#film div#head 							{ background: #333333 url(../pub/images/bg_film.jpg) top left no-repeat; }
body#film div#shorthead					{ background: #333333 url(../pub/images/search_bg.jpg) top left no-repeat; }
body#home div#shorthead 				{ background: #333333 url(../pub/images/view_movie_bg.jpg) top left no-repeat; }
body#products div#shorthead 		{ background: #333333 url(../pub/images/bg_products.jpg) top left no-repeat; }
body#services div#shorthead 		{ background: #333333 url(../pub/images/bg_services.jpg) top left no-repeat; }

body#error404 div#shorthead 		{ background: #333333 url(../pub/images/bg_contactus.jpg) top left no-repeat; }

