/*
Name: Blue Background
*/
body {
	
	background: #fdfdfd url('image1.jpg');
        background-repeat-y:repeat-x;
}

