/* Layout styles */

html {
	width:100%;
	min-height: 100%; 
	margin-bottom: 1px;}

body {
	margin-top:0px;
	width:100%;
	background:#FFFFFF;
	text-align:center
}

#page {
	position:relative;
	width:760px;
	margin: 0 auto 0 auto;
	text-align:left
}

#banner {
	position:relative;
	width:100%;
	height:126px;
	background-image:url('../images/ylapalkki.jpg');
}

#content {
	position:relative;
	width:100%;
	background-image:url('../images/keskiosa.jpg');
	background-repeat:repeat-y;

}
#bottom {
	position:relative;
	width:100%;
	height: 80px;
	background-repeat:no-repeat;
	background-image: url('../images/alapalkki.jpg');
	overflow: hidden
}