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

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(color_tile.gif);
	background-repeat: repeat;
	background-position: left top;
}

.oneColElsCtr #container {
	width: 960px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(roiske.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 400px;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

