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

body {
background-color: #181818;
color: #FFFFFF;
margin: 0px;
min-height: 686px;
min-width: 915px;
}

.logo {
position: absolute;
margin:0px;
padding-left:150px;
padding-right:150px;
top: 76px;
width: 300px;
height: 56px;
}
html>body .logo {
width: 600px;
}

.phone {
font-size: 9px;
padding-top: 38px;
padding-left: 22px;
padding-right: 23px;
color: #333333;
width: 79px;
height: 130px;
position: fixed;
background-image: url(phone.png);
background-repeat: no-repeat;
right: 16px;
bottom: 0px;
}

.trainwrapper {
margin-top: 16px;
margin-left: auto;
margin-right: auto;
width: 900px;
height: 225px;
background-image: url(train.GIF);
}

.train {
height: 225px;
width: 900px;
z-index: 0;
}

.trainfog {
top: 16px;
position: absolute;
height: 225px;
width: 900px;
background-image: url(train.png);
z-index: 1;
}

a {
color: #FFFFFF;
}

a:hover {
text-decoration: none;
}

.nav {
margin-top: 16px;
padding-top: 6px;
padding-left: 24px;
height: 42px;
width: 876px;
margin-left: auto;
margin-right: auto;
background-image: url(nav.png);
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}

.decorativestripe {
position: absolute;
margin-top: 48px;
background-color: #343434;
width: 100%;
height: 200px;
z-index: -1;
}

.content {
margin-top: 16px;
overflow: auto;
width: 880px;
min-height: 244px;
background-color: #000000;
margin-left: auto;
margin-right: auto;
border: #FFFFFF medium solid;
padding: 10px;
}

.footer {
margin-top: 16px;
padding: 5px;
width: 890px;
background-color: #000000;
margin-left: auto;
margin-right: auto;
margin-bottom: 16px;
border: #FFFFFF medium solid;
text-align: center;
font-size: 9px;
}

.advert {
margin-left: auto;
margin-right: auto;
width: 900px;
text-decoration: none;
height: 50px;
background-image: url(adback.png);
}