body,html {
  margin:0px;
  text-align:center;
  font-family:Arial;
  font-size:12px;
}

.content {
  background: url(../images/content_bg3.png) repeat-y;
  width:810px;
  margin-left:auto;
  margin-right:auto;
}

.left {
  float:left;
  width:580px;
}

.steps {
 width:580px;
 text-align:left;
 padding-top:40px;
}

.cars {
  width:260px;
  float:left;
  margin-left:20px;

}


.pic {
  float:left;
}

.step {
  float:left;
  margin-left:5px;
}

.right {
  float:right;
  width:200px;
  margin-left:20px;
}

a
{
  color:#313e5b;
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
}
