* { margin: 0; padding: 0; }
                
html { background: url(images/back2.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
                }

body {
	padding:0px;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

a {
      color: #0000ff;
      margin:5px;
      text-decoration:underline;
      }

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

a:visited {
      color: #800080;
      text-decoration:underline;
      }

table {
      margin:auto;
      }

td {
      margin:auto;
      padding: 0px 10px;
      }
                
.text { font: 0.75em/2 Tahoma, sans serif; color: #484EC6; margin: 20px 10px 20px 10px; text-align: left; }

.client { font: 1em Georgia, Serif; color: #484EC6; margin: 20px 10px 20px 5px; text-align: left; }

.taxi { margin:auto; padding: 0px 10px; width: 60%; }

#ads { font: 1em Georgia, Serif; color: #484EC6; margin: 20px 10px 20px 5px; text-align: left; float: right; }

#page-wrap { width: 800px; margin: 25px auto; padding: 20px 20px 75px 20px; background: transparent; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }

#header { background: #ffffff; width: 800px; height: 188px; margin: 0px auto; padding: 5px }

.logo { float: left; }

.smimage { margin:10px; }

h1 { font: 1.25em Georgia, Serif; color: #484EC6; margin: 10px; text-align:center; }

h2 { font: 0.85em Verdana, sans serif; color: #484EC6; margin: 0px 20px 20px 20px; position:relative; top:10px; text-align:center; }

.back { font: 2em Georgia, Serif; color: #484EC6; margin-top:20px; padding: 2px; }

#copyright { font: 0.70em Georgia, Serif; color: #484EC6; margin:30px 5px; text-align: left; }


