/* background image CSS */
body {
	background-image:  url(http://wendyomatik.com/img/background_grayonblack.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

