* {
  margin: 0;
  padding: 0;
}
body {
  margin:0 auto;
  font-family: Verdana,'sans-serif';
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color:#000;
}
h1 {
  font-family: Verdana,'sans-serif';
  font-size: 24px;
  line-height: 20px;
  color: #757472;
  padding-bottom: 10px;
}
h2 {
  font-family: Verdana,'sans-serif';
  font-size: 24px;
  line-height: 20px;
  color: #757472;
  padding-bottom: 10px;
}
a {color:#EAAC54;text-decoration:none;}
a:hover {color:#E39B4A;text-decoration:none;}

#container {
  margin: 0 auto;
  width: 989px;
color:#FFFFFF;
background-color:#000;
}

#header{
background-image:url(../images/head.gif);
width:989px;
height:101px;
}
#contentbg {
background-image:url(../images/content-gb.gif);
width:989px;
height:366px;
}
#blogbg {
background-image:url(../images/blog-bg.gif);
background-repeat:repeat-y;
width:989px;
padding:20px 60px 20px 60px;
}
#content {
position:absolute;
margin:60px 0 0 200px;
padding:75px auto 0;
width:689px;
height:266px;
}
#nav{
height:35px;
}

.ditto_summaryPost{
width:889px;
}