body {
	background-image: url(back.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: top; /** Centers the Background image **/

}

#container {
	width: 1600px;
	height:2500px;
	margin: 0 auto;
	text-align: center;
}