@charset "windows-1251";
/* CSS Document */

body {margin:0; background-color:#000; font-family:Arial;}
img {border:0; margin:0; padding:0; vertical-align:bottom;}
table {border:0;}

.plane {
  width:300px; 
  height:360px;
  background-color:#CCCCCC; 
  opacity: 0.5; 
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);  
}

.back {
  width:100%;
  height:663px;
  background-image:url(images/askaronworld.jpg);
  background-position:center;
  background-repeat:no-repeat;  
}

.logo {
  width:300px; 
  height:150px;
  background-image:url(images/logo.jpg);
  background-position:bottom left;
  background-repeat:no-repeat;
}

.text {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top: -360px;
  width:300px; 
  height:360px;
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;  
  }
  
.service {
  text-align:left;  
  padding-top:12px;
  padding-left:12px;
  font-size:1.5em;
  }

.price {
  color:#333;
  text-align:left;
  padding-top:20px;
  padding-left:12px;
  font-size:0.9em;
  }

.price a{
  color:#333;
  }

.bitrix {
 padding-top:10px;
 padding-left:12px;
 text-align: left;
 }
  
.contacts {
  text-align:left;  
  padding-top:10px;
  padding-left:12px;
  font-size:0.8em;
  line-height:140%;
  }

.copy {
  text-align:left;  
  padding-left:12px;
  font-size:0.8em;
  }
