html, body
{
	margin:0;
	padding:0;
	font-size: 10pt;
}

body
{
	background-color: #FFFFFF;
	background-image: url(res/bg.png);
	background-size: contain;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	font-family: arial, verdana, sans;
	color: #4c4c4c;
	min-height: 442px;
}

#container
{
	margin: 20px auto;
	width: 747px;
	background-color: #FFFFFF;
	border: 2px solid #708D9B;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}

#content
{
	background-image: url(res/kuvitus.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
	padding-left: 232px;
	padding-bottom: 0;
	text-align: justify;
}

#instructions, #menu
{
	border-left: 2px solid #708D9B;
	padding: 5px;
	padding-left: 10px;
}

#instructions
{
	margin-top: 10px;
	padding-top: 0;
	min-height: 210px;
}

#menu
{
	padding-bottom: 0;
}

#menu a
{
	display: block;
}

a, a:visited
{
	color: #708D9B;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: #7FC1DD;
	text-decoration: underline;
}

#footer
{
	padding: 10px;
}

#footer img
{
	display: block;
	margin: auto;
}

#close, #close:visited
{
	display: block;
	background-color: #7FC1DD;
	color: #ffffff;
	float: right;
	padding: 5px;
	margin: 5px;
	width: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#close:hover, #close:active
{
	background-color: #708D9B;
	text-decoration: none;
}

.iefix
{
	padding-top: 120px;
}