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

body {
	background: url(../images/background.jpg) repeat-x;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 100%;
}

#topNav {
	width: 100%;
}

#content {
	width: 100%;
	background: url(../images/contentText.png) no-repeat;
	height: 362px;
}

#content2 {
	width: 100%;
	background: url(../images/content2.jpg) no-repeat;
	height: 380px;
	margin-top: -6px;
}

#footer {
	width: 100%;
	background: url(../images/footer.jpg) no-repeat;
	height: 11px;
}

#credits {
	padding: 10px 0;
	text-align: center;

}

