

.main_menu {
    background-image : url('../images/genuine.jpg');
    background-position : center center;
    background-repeat : no-repeat;
    font-size : 36px;
    font-weight : bold;
    height : 145px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0px;
    position : relative;
    width : 800px;
  }


.menu {
    background-image : url('../images/piston_menu_dim.jpg');
    background-repeat : no-repeat;
    font-size : 18px;
    font-weight : bold;
    height : 415px;
    margin-left : auto;
    margin-right : auto;
    width : 800px;
  }


.menu a {
    color : #707070;
    font-family : 'CM Typewriter';
    font-size : 25px;
    font-style : normal;
    font-weight : lighter;
    text-decoration : none;
  }


.menu a:hover {
    color : #05eaff;
    font-family : 'CM Typewriter';
    font-size : 25px;
    font-style : normal;
    font-weight : normal;
  }


a {
    font-family : Courier;
    font-weight : lighter;
  }


.desc {
    color : #707070;
    font-family : 'CM Typewriter';
    font-size : 18px;
    font-style : normal;
    font-weight : lighter;
    height : 20px;
    margin-left : auto;
    margin-right : auto;
    width : 800px;
  }

