body{
/*background-image: url(images/road_bg.jpg);
background-repeat: no-repeat;
background-position:top;
background-attachment:fixed;*/
background-color:#0A141E;
margin: 0px;
}


h1,h2,h3,h4,h5,h6 {
margin:0px;
padding:0px;
display:inline;
}

img {
border:0;
}

form {
display:inline;
}


a:link {
color: #ffcc00;
text-decoration: none;
}

a:visited {
color: #ffcc00;
text-decoration: none;
}

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

a:active {
color: #ffcc00;
text-decoration: none;
}



.graphics{
align:center;
padding-left:40px;
padding-right:40px;
padding-top:10px;
padding-bottom:30px;
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
background-position:top;
max-width:2000px;
max-height:1340px;

/*

background-attachment:fixed;*/

}

.shadow {
max-width:1800px;
max-height:1500px;
-moz-box-shadow:0px 0px 3px #000000;
-webkit-box-shadow:0px 0px 3px #000000;
box-shadow:0px 0px 3px #000000;
background-color:rgba(0,0,0,0.3);
border:1px solid #000000;
}


.text1 {
font-family: Courier New;
font-size: 45px;
font-weight:bold;
color: #ffcc00;
text-shadow: 0px 2px 5px #990000;
padding-left:100px;
padding-top:60px;
font-style:italic
}


.text2 {
font-family: Courier New;
font-size: 30px;
color: #cccccc;
text-shadow: 0px 2px 5px #000000;
padding-left:100px;
padding-top:10px;
}
