html {
    overflow:-moz-scrollbars-vertical;
    height:100%;
}
body {
    background-color:#000;
    margin:0;width: 100%;
    height: 100%;
}
#modal {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000;
    z-index:3;
    /*display:none;*/
}
#wrapper {
    width: 100%;
    height: 100%;
    position:relative;
    background-image: url(../img/back_bg.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}
#container {
    width:1000px;
    margin: 0 auto 0 auto;
    height:560px;
    overflow:hidden;
    position:relative;
    background-image: url(../img/main_bg.jpg);
}
#paralax {
    width:1000px;
    margin:0 auto;
    height:560px;
    overflow:hidden;
    position:relative;
}
#logo {
    height:221px;
    left:5px;
    position:absolute;
    top:280px;
    width:592px;
    z-index:7;
}
#container div div {
  font-size:18em;
  line-height:0.8em;
  cursor:default;
  font-family:"Times New Roman", Times, serif
}
#container.nobg {
     background:none;
}
#pecas {
    background-image:url(../img/pecas.png);
    height:30px;
    left:20px;
    position:absolute;
    top:185px;
    width:78px;
}
#componentes {
    background-image:url(../img/componentes.png);
    height:43px;
    left:57px;
    position:absolute;
    top:190px;
    width:152px;
}
#acessorios {
    background-image:url(../img/acessorios.png);
    height:61px;
    left:120px;
    position:absolute;
    top:190px;
    width:177px;
}
#paracelular {
    background-image:url(../img/paracelular.png);
    height:80px;
    left:215px;
    position:absolute;
    top:185px;
    width:226px;
}
#cadastro {
    background-image:url(../img/cadastro.png);
    height:45px;
    left:45px;
    padding-top:37px;
    padding-left:25px;
    position:absolute;
    top:-82px;
    width:352px;
    z-index:7;
}
#sucesso {
    background-image:url(../img/sucesso.png);
    height:38px;
    left:45px;
    position:absolute;
    top:-38px;
    width:377px;
    z-index:7;
}
input[type=text] {
  background-color:#fff;
  border:1px solid #bbb;
  padding:5px;
  width:225px;
  color:#666;
}

input[type='text']:focus {
    border:1px solid #F7941D;
    color:#000;
}
input[type='submit'] {
   height:32px;
   margin-left:5px;
}