body {
   font: normal 12px Verdana, Arial, sans-serif;
   background: url(../gfx/bg.jpg);
}

html * { margin: 0; padding: 0; }
html img { border: 0; }

a { color: #fff; }

h1#logo {
   position: absolute;
   top: 49px;
   left: 82px;
   width: 453px;
   height: 159px;
   text-indent: -200px;
   background: url(../gfx/betawax.png) no-repeat;
}

h2#blog {
   display: none;
   width: 220px;
   margin: 30px auto;
   padding: 10px 0;
   font-size: 18px;
   font-weight: normal;
   text-align: center;
   border: 1px solid #fff;
   background: #333;
}

h2#blog a {
   text-decoration: none;
}

div#bar {
   width: 100%;
   height: 250px;
   background: #333;
}

ul#tags {
   position: absolute;
   top: 70px;
   left: 580px;
   width: 400px;
   color: #fff;
   font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
   text-align: justify;
   list-style: none;
}

ul#tags li {
   display: inline;
   padding: 2px;
}

ul#tags li.s1 { font-size: 14px; }
ul#tags li.s2 { font-size: 16px; }
ul#tags li.s3 { font-size: 18px; }
ul#tags li.s4 { font-size: 20px; }
ul#tags li.s5 { font-size: 22px; }