body
{
background-image: url("img/track.jpg");
background-color: white;
background-size: 100%;
background-repeat: repeat;
background-attachment: fixed;
margin-left: 150px;
margin-right: 150px;
}

.logo
{
width: 489px;
height: 183px;
text-align: center;
display: block;
position: relative;
margin: auto;
top: 0;
left: 0;
right: 0;
}

.kuva
{
border:2px solid white;
margin-bottom:10px;
}

.box
{
width: 750px;
margin-left: auto;
margin-right: auto;
padding: 10px;
margin-bottom: 50px;
display: block;
margin-top:25px;
position:relative;
font-family:"Verdana","Arial";
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, .6);
border:1px solid white;
border-width:2px 2px;
text-align: center;
}

}
li,
lu
{
color:white;
}

a,
b
{
color:white;
}


.nav
{
border:1px solid white;
border-width:2px 2px;
list-style:none;
margin:0;
padding:0;
text-align:center;
font-family:"Verdana","Arial";
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, .6);
}

.nav li
{
display:inline;
}

.nav, .box
{
box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

.nav a
{
display:inline-block;
padding:10px;
text-decoration:none;
color:white;
}

.nav a:hover,
.nav li:hover,
.nav ul li:hover,
.nav ul li a:hover,
.nav ul li a:active
{
color:gray;
}

h1,
h2,
h3,
p
{
color:white;
margin-top:0px;
margin-bottom:5px;
}

h3
{
display: inline;
}