/* CSS Document */

body{
margin:0;
padding:0;
background:url(img/bg.jpg);
}



#wrapper{
margin:auto;
width:782px;
background:url(img/bg.png) repeat-y;
padding:0 21px;
*width:761px;
*padding:0 0 0 21px;
}

* html #wrapper{
  behavior: expression(IEPNGFIX.fix(this));
}

#container{
width:664px;
margin:38px;

}

#leftBlock{
float:left;
width:450px;
}

#rightBlock{
float:right;
width:176px;
margin-top:60px;
}

.clear{
clear:both;
}

#txt{
background:url(img/txt.gif) no-repeat;
margin-top:38px;
width:410px;
height:175px;
text-indent:-5000px;
}

#line{
background:url(img/line.gif) repeat-x;
height:1px;
margin:16px 0 34px 0;
}

#QRblock #QR{
float:left;
width:138px;
}

#QRblock #txt2{
float:right;
text-align:left;
font-size:10px;
width:300px;
margin-top:10px;
}

#txt2 a { text-decoration:none; }



#QRblock #txt3{
float:right;
text-align:left;
font-size:10px;
width:300px;
margin-top:10px;
color:#666666;
}

#close{
margin:25px 0;
text-align:center;
width:740px;
}
