body { background-color: #5B5B5B;
       background-image: url(line.jpg);
       background-repeat: repeat-y;
       }
       
head { margin-top: 0px; }

.logo { padding: 0px 0px 0px 0px; }



a:hover  { color: #000000;
           text-decoration: none;
           background: #8DB73F;
           
          }

#text { font-size: 14px;
        font-family: arial;
        color: #CCCCCC;
        padding: 0px 0px 0px 0px; }


#pic { position: absolute;
       top: 0px;
       left: 250px;
       z-index: 99;
      }

#pageflip {
	float:right;
	position:fixed;
	z-index:3;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position:fixed;
	right: 0; top: 0;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position:fixed;
	z-index: 50;
	right: 0; top: 0;
	background: url('images/vidahost_offer.png') no-repeat right top;
	text-indent: -9999px;
}