@charset "utf-8";
<!--[if IE]>
.bodypohja {
margin: 5px;
padding: 10px;
}
<![EndIf]-->

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}

img { 	border: 0; }

h1 {
	color: #f0f0fc;
	font-family: Verdana;
}

a.menu { 
	font-variant: small-caps;
	color: #0c0c2c;
	text-decoration: underline;
	font-weight: bold;
}

a.menu:hover {
	color: #c09cc0;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold;
}

.bodypohja #language {
	position: relative;
	top: 2px;
	left: 2px;
	width: 100px;
	height: 25px;
}

.bodypohja #tiedot_teksti {
   	position: absolute;
	top: 180px;
	left: 40px;
	width: 130px;
	height: 400px;
	color: #ffffec;
	font-family: verdana;
	font-size: 10pt;
}

.bodypohja #counter {
   	position: absolute;
	top: 480px;
	left: 40px;
	width: 130px;
	height: 30px;
	color: #ffffec;
	font-family: verdana;
	font-size: 10pt;
}

.bodypohja #mainos1 {
	position: absolute;
	top: 540px;
	left: 40px;
	z-index: 10;
}

.bodypohja #hakusanat {
	z-index: -1;
	visibility: hidden;
	position: fixed;
	top: -1000;
	left: -1000;
}

.bodypohja #valikko {
	position: absolute;
	left: 0px;
	top: 80px;
	margin: 0 auto;
	text-align: center;
	width: 1200px;
	height: 50px;
	color: #0c0c1c;
}

.bodypohja #ikkuna {
	position: absolute;
	top: 120px;
	left: 230px;
	height: 650px;
	width: 900px;
	overflow: auto;
}

.bodypohja #mainos {
	position: absolute;
	top: 120px;
	left: 1024px;
	width: 184px;
	height: 694px;
	margin: 0 auto;
}

#alamainos {
	position: absolute;
	top: 812px;
	left: 222px;
	width: 728px;
	height: 15px;
}

.bodypohja #footer {
	left: 43em;
	position: absolute;
	top: 780px;
	margin: 0 auto;
	width: 300px;
	height: 20px;
	color: #151525;
	font-size: 8pt;
	font-family: "Verdana, Courier New";
}

.bodypohja #container { 
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; 
	background-image: url('cjtausta.gif');
	background-repeat: no-repeat;
	width: 1200px;
	height: 800px;
}