@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.oneColElsCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
</style>.oneColElsCtr #container #danielle {
	text-decoration: none;
}
.oneColElsCtr #container {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColElsCtr #container table {
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColElsCtr #container {
	background-image: url(images/background1.png);
	background-repeat: no-repeat;
}
