html {
   color: #000000;
   background-color: #FFFFFF;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
   line-height: 18px;
}

body {
   margin: 0;
   padding: 0;
   text-align: center;
}

/* ----------------------------------------------- */

#layout {
   position: relative;
   width: 711px;
   margin: 36px auto 5px auto;
   padding: 70px 0 0 0;
   background-image: url(../gfx/intro/logo.gif);
   background-position: top left;
   background-repeat: no-repeat;
   text-align: left;
}

/* ----------------------------------------------- */

#footer {
   height: 30px;
   margin-top: 20px;
   background-image: url(../gfx/intro/address.gif);
   background-position: top right;
   background-repeat: no-repeat;
}

/* ----------------------------------------------- */

ul {
   margin: 0;
   padding: 0;
}

ul li {
   position: relative;
   height: 134px;
   margin: 0 2px 0 0;
   padding: 0;
   text-align: right;
   list-style-type: none;
}

ul li a img {
   border-width: 0;
   border-style: none;
   vertical-align: bottom;
}

ul li#libusiness a img.text {
   position: absolute;
   left: 0;
   bottom: 0;
}

ul li#lilifestyle a img.text {
   position: absolute;
   left: 85px;
   top: 0;
}