html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:2%;
   position:relative;
}
#header {
   background:#ff0;
   padding:10px;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:170px;   /* Height of the footer */
   background-color: #232323;
   background-image: url(bggfooter.gif);
   background-repeat: repeat-x;
}

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;
}



h1 { font-size: 20px;
        font-family: arial;
        color: #000000;
}
