body {
background: #ccc url('/images/main_background.jpg') repeat-y 0 0;
}
img {
border:0;
}
img.comic{
border:1px solid black;
text-align: center;
}
.comment {
clear:left;

}
.comment img{
float:left;

}
.comment_text{
background: white;
float: left;
padding:1em;
margin-top: 0;
margin-bottom: 2em;
width:50%;
text-align:center;
min-height:5em;
}

#menu {
position:absolute;
left:0;
top:6em;
line-height:0;
}

#title {
position:absolute;
top:0;
left: 0;
width:100%;
text-align: center;
background-color: #666666;
padding: 1em;
}

#main{
position: absolute;
top:8em;
left:150px;
width: 1000px;
}

#footer {
clear: both;
text-align: center;
}
#ad {


}

#admin {
float:right;
position:relative;
}
