/*====================PAGE BACKGROUND====================*/
body#bd			{
				background-color:#0F141C;											/*here paste your background color*/
				background-image:url(../../../images/textures/landscape1.jpg);			/*here paste path for your background image if you want use image as background*/
				background-repeat:repeat-x;											/*here set: "no-repeat" or "repeat-x" or "repeat-y"*/
				background-position:center top;										/*if you want change this valie e.g. "center top" or "center bottom"*/
				background-attachment:fixed;										/*here set "fixed" or "croll"*/	
				}