@charset "utf-8";
/* CSS Document */

.back1 {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #102a80 repeat-x left top;
	}
.back2 {
	background: #102a80 url(images/home1.jpg) no-repeat left top;
}
#container {
	width: 773px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
