body{
width: 99%
}
a{
color: black;
}
a:history{
color: black;
}
#background{
    width: 100%;
    height: 63px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -5;
}
.stretch {
    width:100%;
    height:100%;
}
#SiteTitle{
margin-left: 25px;
font-size: 25px;
position: absolute;
left: 15px;
top: 15px;
}
#comment
{
margin-top: 15px;
background-color: #F3F3F3;
border-color: #D6D6D6;
border-style: solid;
border-width: 1px;
text-align: left;
padding-left: 15px;
padding-top:  5px;
}
#comment-text
{
text-align: center;
margin-top: 10px;
margin-bottom: 5px;
padding-left: -15px;
}