body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(images/bg-color.jpg);
	background-repeat:repeat;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#CC9933;
	margin:0;
	padding:25px 0 5px 0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#00CC00;
	margin:0;
	padding:25px 0 5px 0;
}

.oneColFixCtr #container {
	position:relative;
	top:0;
	z-index:2;
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(images/teksti-bg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainpic {
	width:922px;
	height:351px;
	background-image:url(images/image-main.jpg);
	background-repeat:no-repeat;
}

.oneColFixCtr #menu {
	width:922px;
	height:62px;
}

.oneColFixCtr #mainContent {
	min-height:300px;
	padding: 20px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:25px;
}

.oneColFixCtr #top_bg {
	position:absolute;
	z-index:1;
	left:0; top:0;
	width:100%;
	height:430px;
	background-image:url(images/top-bg.jpg);
	background-repeat:repeat-x;
	border:none;
}