@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background-attachment: fixed;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
.landing {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 592px;
	width: 1059px;
}
#main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1059px;
}

