/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: url(backgroundvert.gif);    /*the path to your image*/
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #003399;
}
