html {
     height: 100%;
     margin: 0;
     padding: 0;
}
body {
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(./images/bg.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
	background-color: #000000;
}
table.tausta {
	height: 100%;
}
.tausta {
	height: 100%;
}
.top {
	max-height: 50px;
	height: 50px;
}
.center {
	margin-top: 50px;
	vertical-align: top;
	padding-top: 50px;
}
.bottom {
	text-align: left; 
}


<!--[if IE 6]>
Special instructions for IE 6 here
<![endif]-->