body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #1E2776;
}
#container {
	margin: 0px auto;
	width: 800px;
	height: 1400px;
	background-image:url(images/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#container2 {
	margin: 0px auto;
	width: 800px;
	height: 1550px;
	background-image:url(images/bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	margin: 0px auto;
	padding-top: 25px;
	width: 300px;
}
#main {
	margin: 0px auto;
	width: 750px;
	padding-top: 15px;
}
	
#container #main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
#container #main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
#container2 #main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
#container2 #main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-top:0px;
	padding-top:0px;
}
ul { list-style-type: none; width: 750px; padding: 0; margin: 0; }
ul li {
	float: left;
	width: 372px;
	height: 180px;
	background: #fff;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer {
	width: 750px;
	clear:both;
	height: 75px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E2776;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E2776;
	border-right-color: #1E2776;
	border-bottom-color: #1E2776;
	border-left-color: #1E2776;
	padding-top: 10px;
}
#footer .r {
	float: left;
	width: 372px;
	height: 75px;
}
#footer .l {
	float: left;
	width: 372px;
	height: 75px;
}
