/* Netflix box */ 
 #rates
 {
	float: left;
  margin: 0;
  padding: 0;
   width: 402px;
	margin: 10px;
 }
.box {
  width: 402px;
  background: url(images/div-bottom.gif) no-repeat bottom left;
  }
.box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 130%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(images/h3-bg.gif) no-repeat top left;
  }
.box ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.box li {
  margin: 0 0 6px; 
  padding: 0;
  } 

/* Indestrucible box */

.container {
  float: left;
  margin: 20px 0;
  padding: 0;
  color: #666;
  background: url(images/rounded-right.gif) top right no-repeat;
  } 
.desc {
  margin: 0;
  padding: 9px 9px 0 9px;
  background: url(images/rounded-left.gif) top left no-repeat;
  }
.link {
  margin: 0;
  padding: 0 0 0 9px;
  background: url(images/rounded-left.gif) bottom left no-repeat;
  }
.link em {
  display: block;
  padding: 0 9px 9px 0;
  font-style: normal;
  background: url(images/rounded-right.gif) bottom right no-repeat;
  }
.container a {
  font-size: 130%;
  color: #e70;
  }

  /*four corner header */
  /* rounded corner box
================================== */

#contentheader {
 width: 40em;
 background: url(images/bottom-left.gif) no-repeat left bottom;
border: 1px solid  white;

}
#contentheader .box-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 10px;
}
#contentheader .box-inner {
  background: url(images/top-left.gif) no-repeat left top;
}
#contentheader h1 {
  background: url(images/top-right.gif) no-repeat right top;
  padding-top: 10px;
}

#contentheader h1, #contentheader p {
  padding-left: 30px;
  padding-right: 30px;
}