.box
{
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
position:relative;
}

body
{
background-image: url("img/track.jpg");
background-size: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
}

h1
{
font-family: Verdana, Arial, Sans-serif;
color:white;
margin-top:0px;
margin-bottom:5px;
}

h3
{
font-family: Verdana, Arial, Sans-serif;
color:black;
margin-top:10px;
margin-bottom:10px;
}

h2
{
font-family: Verdana, Arial, Sans-serif;
color:white;
}

p
{
font-family: Verdana, Arial, Sans-serif;
color:white;
}

li
{
font-family: Verdana, Arial, Sans-serif;
color:white;
}

a { text-decoration: none; color:white; }
a:visited { text-decoration: none; color:white; }
a:hover { text-decoration: none; color:black; }
a:focus { text-decoration: none; color:white; }
a:hover, a:active { text-decoration: none; color:black; }