/* CSS Document */

#container {
	width:785px;
	height:auto;
	background-image:url(../images/newbackground.jpg);
	background-repeat:repeat;
	}
#footerimage {
	background-image:url(../images/newbottom.jpg)
	vertical-align:bottom;
	width:785px;
	height:10px;
	}
	
.left {
	float:left;
	margin-left:15px;
	}
.right {
	float:left;
	margin-left:200px;
	}
