body{
  background-color:black;
  font-family:'Trebuchet MS','Lucida Grande';
}

#introBg{
 z-index:10;
 height:369px;
 width:492px;
 background-repeat:no-repeat;
 position:absolute;
 left:-100px;
}

#intro_content{
 position:relative;
 width:800px;
 margin:20px auto 0 auto;
}

#logo{
 background:url(/images/intro_logo_transparente.png) no-repeat 0 0;
 z-index:20;
 width:553px;
 height:47px;
 position:absolute;
 top:320px;
}

* html #logo{
 background: transparent none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/intro_logo_transparente.png',sizingMethod='scale');
}

#contacts{
 display:block;
 background:url('/images/intro_brands1.png') no-repeat;
 width:329px;
 height:522px;
 position:absolute;
 top:-5px;
 left:520px;
}


#lang_form{
 position:absolute;
 top:400px;
 left:120px;
}
#lang_form a{
 display:block;
 float:left;
 text-decoration:none;
 text-align:center;
 padding-top:18px;
  background-color:#0c0c0c;
  width:60px;
  height:42px;
  margin-right:60px;
/*   padding:2px; */
  border: solid 1px #333;
  color:#fff;
  font-size:18px;
  cursor:pointer;
}
