/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Background Texture: Dots */
#page #block-main { 
    background-image:url(/images/default/main-background.jpg) ;
    background-position: 0% 60% ;
    background-repeat: no-repeat;
	background-attachment:fixed;

		}
#page,
#page #block-bottom,
#page #block-footer { 
	 background-image:url(/images/default/main-background.jpg);
    background-position: 0% -50%;
    background-repeat: no-repeat;
	background-attachment:fixed;
	

}