/*
Name: Blue Background
*/
body {
	
	background: #222e51 url('image.jpg');
        background-repeat:repeat-x;
}
