#primary-container{
  min-height: 310px;
  /*
  background-color: #015c9c;
  background-image: -moz-linear-gradient(top, #015c9c, #3495d7); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #015c9c),color-stop(1, #3495d7)); 
  background-image: -webkit-linear-gradient(#015c9c, #3495d7); 
  background-image: linear-gradient(top, #015c9c, #3495d7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015c9c', EndColorStr='#3495d7');
  */
  position: relative;
  overflow-x: hidden;
  height: 450px
}
#primary{
  width: 960px;
  min-height: 310px;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  background: url('../../images/homev2/ConfirmationImage.png') no-repeat top left;
}
#primary span{
  font-family: "Arial";
  font-size: 30px;
  color:#ff920c;
  position: absolute;
  top: 30px;
  left: 525px;
  line-height: 40px;
  font-weight: bold;
}
#clouds-left{
  width:322px;
  height:310px;
  background: url('../../images/homev2/HomeSprite_images.png') no-repeat -970px 0px;
  position: absolute;
  left: -333px;
}
#clouds-right{
  width:356px;
  height:310px;
  background: url('../../images/homev2/HomeSprite_images.png') no-repeat -1302px 0px;
  position: absolute;
  right: -373px;
}
#inner-simple{
  min-height: 310px;
  width: 453px;
  float: right;
  right: 0;
  top: 0;
  padding-bottom: 20px;
}
#inner-simple-content{
  position: relative;
}