
body {
	background: url(Pics/Background.jpg) no-repeat center top;
}



div.container {
	height: 800px;
	margin: 0 auto;
}

div.ylaosa {
	width: 1000px;
	height: 240px;
	margin: 0 auto;
}

div.pallo {
	float: left;
	margin-right: 80px;
}

div.logoteksti {
	float: left;
	text-align: center;
}

#logo {
	color: blue;
	font-family: 'PT Serif', 'Times New Roman', Times, serif;
	font-size: 45px;
}


div.alaosa {
	width: 1050px;
	height: 500px;
	margin: 0 auto;

}

div.yhteystiedot {
	width: 180px;
	float: left;
	margin-left: 50px;
	padding: 15px 15px 15px 15px;
	background-color:rgba(255,255,255,0.65);
}

div.sisalto {
	width: 750px;
	float: right;
	padding: 0 15px 0 15px;
	background-color:rgba(255,255,255,0.65);
}

h1 {
	font-size: 28px;
}

div.footer {
	width: 1280px;
	height: 52px;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(255,255,255,0.65);
	padding-top: 15px;
}