html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #b3b6b8;
	background-image: url(/images/bodyBG.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#container {
	background:url(../images/homepageImage.jpg) no-repeat;
	width:590px;
	height:287px;
	margin:100px auto 0;
}

#homeText {
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	width:250px;
	float:left;
	margin:220px 20px 0;
}

#homeText a, #homeText a:link, #homeText a:active, #homeText a:visited {
	color: #007ac3;
	text-decoration: underline;
}

#homeText a:hover {
	color: #a7becc;
	text-decoration: underline;
}
