@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.dreamhome #container {
	width: 100%;
	background: #000000;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
.dreamhome #mainContent {
	padding: 0 20px;
}
