@charset "utf-8";
html {
	margin: auto;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background-attachment: fixed;
	background-color: #011825;
	background-image: url(../images/tausta_sivu.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: 'Source Sans Pro', sans-serif, Arial;
	color: #333333;
	margin: auto;
	height: 100%;
	padding: 0px;
	width: 100%;
}