html,body {
	margin:0;
	padding:0;

color: black;
font-family: Arial;font-size: 14px;
background-image:url('../upload/kuvat/maalari-2.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
background-color:#090000;
}

.etusivu
{
width:450px;
position: absolute;  
top: 50%;
display: table-cell; 
vertical-align: middle;
margin-left: 50%; margin-right: auto;
left: -200px;
}




A.suomi 
{
font-family: courier new; 
color: #f4c50b;
font-weight: bold;
font-size: 23px; 
text-decoration: none;
}

A.suomi:hover
{
font-family: courier new; 
color: #f6f20c;
font-weight: bold;
font-size: 23px; 
text-decoration: none;
}

A.englanti
{
font-family: courier new; 
color: #fbfafa;
font-weight: bold;
font-size: 23px; 
text-decoration: none;
}

A.englanti:hover
{
font-family: courier new; 
color: #a9fbf4;
font-weight: bold;
font-size: 23px; 
text-decoration: none;
}


