/* CSS Document */



#container {
     width: 900px;
	 height: 1250px;
	 float: middle;
	 margin: 0px auto 0px auto;
	 background-image: url(../images/page.gif);
	 background-repeat: repeat-y;
}
