html, body {
  height: 100%;
}

.archive {
  min-height: 100%;
  height: 100%;
}

html>body .archive{height:auto}  /* not ie6- */

.main {
   height: 100%; 
   min-height: 100%; 
   width: 800px;
   margin: 0px;
   margin-left: 12%;
   background: url(Foreground.jpg) repeat-y; 
}


html>body .main{height:auto}  /* not ie6- */

body {
   background: url(bgimg4.jpg) repeat;
   font-family: verdana;
   margin: 0px;
}

.blog {
   margin: 15px;
   padding: 10px;
   color: #339900;
   font-family: verdana;
   font-size: 11px;
   clear: both;
   width: 650px;
   min-height: 185px;
   margin-bottom: 20px;
   background: none;
}

.blog .entry {
  width: 500px; 
  margin-left: 115px;
  min-height: 120px;
}

.blog .date {
  clear: both;
  float: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.comic {
  margin-left: 20px;
}

.nav {
  background: #339900;
  color: #ffffff;
  width: 650px;
  font-family: verdana;
  font-size: 15px;
  height: 25px;
  padding-top: 4px;
}

.nav a{
  color: #ffffff;
  text-decoration: none;
}

.nav #first {
  float: left;
  margin-left: 70px;
}

.nav #prev {
  float: left;
  margin-left: 30px;
}

.nav #next {
  float: right;
  margin-right: 30px;
}

.nav #last {
  float: right;
  margin-right: 70px;
}


h2 {
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: normal;
  font-size: 17px;
}

h1 {
  margin: 0px;
  margin-left: 15px;
  font-size: 30px;
  color: #339900;
}

a {
  color: #ffffff;
  text-decoration: underline;
}