/*######################################################################################*/
/*################################## General Style #####################################*/
/*######################################################################################*/


#body 
{
background-image: url(http://railway-solution-direct.com/images/background.png);
background-repeat: no-repeat;
background-position: top center; 
background-attachment:fixed;
margin: 0px;
font-family: arial, helvetica, sans-serif;
background-color: #000000;
}


#head
{
width: 802px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
text-align: center;
border: none;
padding: 0px;
background: inherit;
}

#content a , #content a:visited , #content a:active 
{
text-decoration: none;
color: #000000;
}

#content a:hover
{
text-decoration: none;
color: #000000;
}

#content
{
width: 600px;
text-align: center;
border: none;
padding: 20px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;

color: #000000;

font-size: 14px;
font-weight: bold;
white-space: nowrap;

background: #ffffff;
filter:alpha(opacity=80); 
opacity: 0.8; 
-moz-opacity:0.8; 
}

#content a , #content a:visited , #content a:active 
{
text-decoration: none;
color: #000000;
}

#content a:hover
{
text-decoration: underline;
color: #000000;
}

#foot
{
position:fixed; 
bottom: 0px; 
left: 0px;
width: 100%;
font-size: 10px;
vertical-align: top;
text-align: center;
border: none;
padding: 5px;
margin: 0px;
color: #ffffff;
background: inherit;
}




