
/**********************************************************************/
/* SIVUPOHJA                                                          */
/**********************************************************************/
html, body{
	margin: 0px;
}
body{
	background-color: #111111;
	font-family: Helvetica, sans-serif;
}
#sivu{
    width: 100%;
    height: 90vh;
	height: calc(100vh - 27px);
    min-height: 300px;
    background-image: url(/STUDIO365.png);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
}