ï»¿body {
    background-color: #EEEEEE;
	background-image: url("../index_files/bg-noise.jpg");
    font-family: Arial, Tahoma, sans-serif; 
    margin:0;
	padding-top:20px;
    background-repeat: repeat-x repeat-y;
}
#main {
    font-family: Arial, Tahoma, sans-serif;
    color: #000;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-radius: 8px;
    
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);       

    margin: 0 auto 20px auto;
    position: relative;
    width: 670px;    
	padding: 20px 40px 40px 40px;
    border: 1px solid #ccc;
}

h1{
     color: #cc0000;
	 font-size: 26 px;
	 text-align: center;
}



#myphoto
{
     float: left;
	 margin: 0 20px 20px 15px;
}
#starttext
{
     text-align: right;
}

p{
   margin: 20px;
}

#price{
       text-align: center;
	   font-size: 25px;
	   color: #008000
}
#copy  {
      text-align: center;
	 font-size: 11px;
	  color: #333;
	  margin: 2px;
	border: solid 1px black; 
  }

#button {
        width: 252px;
		height: 66px;
		margin: 20px auto;
		background-image: url("img/button2.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		cursor: pointer;
		
		}
#button:hover{
          background-position: 0 -66px;
}

del {
    color: red; /* Öâåò óäàëåííîãî òåêñòà */
   }

.testimonial {
background-color: #EFFEEA;
border: 1px solid #ccc;
margin: 20px auto 0 auto;
width: 470px;
padding: 20px;
padding-top: 20px;
}

.testimonial h2 {
color: #0000CD;
}

.testimonial p {
font-family: Verdana, sans-serif;
font-size: 14px;
}

.shadow {
width: 450px;
margin:0 auto 20px auto;
}