html {
  background: #000;
}
body {
  margin: 0; 
  padding: 0; 
  color: #fff;
   line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
}

a, button {outline: none;}
a {text-decoration: none;}

p{font-size: 1.4em; line-height: 1.3em;}

img {border: 0;}

#rotate {display: none;}

#carHold {
  position: relative;
  width: 102.4em;
  height: 51.2em;
  overflow: hidden;
  margin: auto;
}

#coverUP {
  position: absolute;
  top: 0;
  left: 0;
  width: 102.4em;
  height: 51.2em;
  z-index: 1001;	
}

#menu {
  display: none;
  position:absolute;
  top: 0.0em;
  left:-94em;
  height: 5em;
  width: 103em;
  margin:0;
  -moz-box-shadow: 0 0.5em 1.5em rgba(0,0,0,1);	
  -webkit-box-shadow: 0 0.5em 1.5em rgba(0,0,0,1);
  box-shadow: 0 5px 15px rgba(0,0,0,1);
  border-bottom: rgba(255,255,255,0.75) solid 0.1em;
  border-right: rgba(255,255,255,0.75) solid 0.1em;
  z-index: 99;
}

#menuBG {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;	
}

#menu span.btn {
  display: inline-block;
  height: 3.0em;
  text-align: center;
  padding: 2.0em 1.0em 0 1.0em;
  cursor: pointer;
}

#menu span.btn:hover {
  background: rgba(255,255,255,0.3);	
}

#menu span.selected {
  border-bottom-width: 1.0em;
  border-bottom-style: solid;
  height: 2.5em;
  cursor: default;
}

#right, #left {
  display: block;
  width: 7.8em;
  height: 3.0em;
  border: 0;
  cursor: pointer;
}

#right {
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  padding-top: 1.7em;	
}

#left {
  position: absolute;
  top: 0.2em;
  right: 0.7em;
  padding-top: 2.0em;
  display: none;	
}

#blackOut {
  position:absolute;
  left: 0;
  top: 5.0em;
  width: 102.4em;
  height: 46.2em;
  padding: 0;
  display: none;	
  z-index: 1;
}

.info {
  position:absolute;
  left: 0;
  top: 5.0em;
  width: 98.4em;
  height: 46.2em;
  padding: 0 2.0em;
  color: #fff;
  display: none;	
  z-index: 10;
}

#socialInfo a.link {
  font-size: 1.8em;	
}

#socialInfo a:hover {
  color: #fff;	
}

#cover {
  position: absolute;
  bottom: -0.1em;
  right: 0;
  width: 102.4em;
  height: 5.0em;
  background: url(../images/cover.png) left bottom repeat-x;
  z-index: 3;
}

#copy {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  padding: 0.5em 1.0em;
  font-size: 1.0em;	
  border-radius: 0.5em 0 0 0;
  -moz-border-radius: 0.5em 0 0 0;
  -webkit-border-radius: 0.5em 0 0 0;
  z-index: 200;
}

#copy a {color: #fff;}

.scrollMe {padding-right: 1.0em; overflow:auto;}
.scrollMe > p:first-child {margin-top: 0;}

h1 {
  line-height: normal;
  font-size: 2.8em;
  margin: 1.0em 0 0.5em 0;  	
}

h2 {
  line-height: normal;
  font-size: 1.8em;
  margin: 0.5em 0;	
}

#carTable {
  width: 52.0em;	
  height: 35.0em;
}

td {
  font-size: 1.4em;
  line-height: normal;
  padding: 0.4em 1.0em;
  vertical-align: top;
}
tr:nth-child(odd) td {
  background: rgba(0,0,0,0.5);
}
tr:nth-child(even) td {
  background: rgba(255,255,255,0.1);
} 
tr > td:first-child {
  font-weight: bold;	
}

.socialBadge {
  width: 47.2em;
  text-align: center;
  float: left;	
}
.socialBadge h2 {
  font-size: 2.4em;	
}
.socialBadge img {
  margin: 2.0em 1.0em;	
}