@charset "UTF-8";
/* CSS Document */

body{
background-image:url(kuvia/raatali4_i.jpg);
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Open Sans', sans-serif;
}

h1{
font-family: 'Cantata One', serif;
font-size:25px;
letter-spacing:5px;
}

h1 a:hover{
text-decoration:none;
}

.header{
float:left;
text-align:left;
color:#FFFFFF;
margin-top:30px;
font-size:14px;
}

.header a{
padding:30px;
}

.menu{
height:150px;
}

a:link{
text-decoration:none;
color:#FFFFFF;
}

a:hover{
text-decoration:underline;
}

a:visited{
color:#FFFFFF;
}

.content{
width:900px;
margin:0 auto;
text-align:center;
margin-top:300px;
font-family: 'Cantata One', serif;
letter-spacing:4px;
color:#FFFFFF;
font-size:16px;
}

.footer{
	text-align:center;
	width:500px;
	margin:0 auto;
	color:#FFFFFF;
	font-size:9px;
}
