* {
   font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
   font-size:11px;
   letter-spacing:1px;
   line-height:17px;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
}

body.content {
   /* background-image:url('../gfx/background-purple.jpg'); */
}

body.content div#wrapper {
   text-align:left;
   overflow:auto;
   height:100%;
}

body.content div#content {
   height:100%;
   width:702px;
   background-image:url('../gfx/y-bg.jpg');
   background-repeat:no-repeat;
   background-position:bottom left;
   background-color:#fff;
}

   div.content {
      height:100%;
      float:left;
      padding:15px 10px 10px 16px;
      width:602px;
      border-left:1px dotted #FF0042;
   }
   
   div.content div.intro {
      width:283px;
      padding:17px;
      background-color:#E3EAF4;
      float:left;
      color:#410C82;
      margin-right:15px;
   }
   
      a.skip,
      a.skip:hover {
         font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
         font-weight:bold;
         font-size:10px;
         color:#000FA3;
         letter-spacing:0px;
         text-decoration:none;
      }
   