body,html
{
	padding:0px;
	border-style:none;
	border-width:0px;
	spacing:0px;
	height:100%;
	width:100%;
	margin:0px;
	position:absolute;
}

#right_side{
	width:60%;
	float: left;
	height:100%;
	background-color: #ececec;


}
#left_side{
	width:40%;
	float:left;
	height:100%;
	background-color:white;

}

#topleft{
	height:50%;
	width:100%;
	background-color: #626e96;
}

#bottomright{
	height:50%;
	width:100%;
	background-color: #f0f0f0;
	background-image: url(img/poikkiviiva.png);
	background-repeat: repeat-y;
}

#content_left{
	height:800px;
	width:563px;
	background-image: url(img/vasen3.png);
	margin-top: -380px;
	float:right;
}

#content_right{
	height:800px;
	width:709px;
	background-image: url(img/oikea3.png);
	margin-top: -380px;
	float:left;
}

#topright{
	height:50%;
	width:100%;
	background-color: #f0f0f0;
	background-image: url(img/poikkiviiva.png);
	background-repeat: repeat-y;
}

#bottomleft{
	height:50%;
	width:100%;
	background-color: #626e96;
}
