@charset "iso-8859-1";
/* CSS Document */

#container {
		width: 1198px;
		margin: auto;
	}

#header {
		width: 1198px;
		height: 700px;
	}

#content {
		width: 1198px;
	}

#footer {
		height: 93px;
		width: 1198px;
		background-image:url(../_images/bg_footer.jpg);
		background-position: left bottom;
		background-repeat: repeat-x;
	}
