
html{
	background-color: #685447;
	width: 100%;
	height: 100%;
}

body{
	background-color: #d6cec1;
	width: 800px;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
}

.banner{
	background-color: #d6cec1;
	margin-left:auto;
	margin-right:auto;

}

.menutop{
	background-color: #bd5339;
	width: 800px;
	height: 20px;

}

.menu{
	background-color: #bd5339;
	width: 800px;
	height: 30px;
	display: inline;
	list-style: none; 
	padding:0; 
	margin: -18px 0px;
}

.menubottom{
	background-color: #bd5339;
	width: 800px;
	height: 20px;
	display: inline;
}


.bodytop{
	background-color: #d6cec1;
	width: 800px;
	height: 20px;
}

.bodyframe{
	float: left;
	background-color: #d6cec1;
	margin-left: 10px;
	margin-right: 10px;
}

.bodyright{

	background-color: #d6cec1;
	float: right;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 40px;
	width: 170px;
	height: 150px;
	
	background-image: url(../kuvat/logo.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.bodyright2{
	
	float: right;
	background-color: #d6cec1;
	margin-left: 0px;
	margin-right: 10px;
	width: 170px;
	height: 210px;
}

