html {
	background: #2A4884 url(../images/pageBG.jpg) repeat-x;
}
body {
	padding: 0px 0px 0px 0px;
	margin: 0;
	background: url(../images/bodyBG.jpg) no-repeat center top;
	color: #2a4884;
	width: 100%;
	display: table;
}
#main {
	width: 1024px;
	margin: 249px auto 0;
	background: #E2DDCA;
	display: table;
}
#footer {
	height: 35px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #EFEFB3;
	line-height: 13px;
	margin-left:150px;
	margin-right:150px;

}
#footer a {
	color: #EFEFB3;
	text-decoration: none;
}

