html{ overflow-y: scroll; }
img{ border: 0px; margin: 0px; }
form{ display: inline; margin: 0px; }
body,table,td,th,h5,h4,h3,h2,h1,hr { margin: 0px; }
body {
color: #000000;
font-size: 80%;
text-align: center;
background-image: url(../images/background.jpg);
background-position: center center;
background-repeat: repeat-y;
background-color: #ffffff;
}
div#header{
height: 91px;
}
div#container{
margin: 0px;
width: 1000px;
text-align:left;
margin-left: auto;
margin-right: auto;
}
div#logo{
width: 140px;
height: 90px;
float: left;
background-image: url(../images/logo.png);
background-position: bottom center;
background-repeat: no-repeat;
}
div#text{
height: 90px;
margin-left: 140px;
margin-right: 280px;
background-image: url(../images/text.png);
background-position: center center;
background-repeat: no-repeat;
}
div#icons{
padding-top: 30px;
text-align: right;
width: 280px;
float: right;
}
div#header span.small{
font-size: 55%;
}
div#main{
margin-left: 5px;
margin-right: 200px;
}
div#paper{
background-image: url(../images/bg.jpg);
background-position: top center;
background-repeat: repeat-x;
}
.comment{
color: #555555;
}
.warning{
text-align: center;
color: darkblue;
}
div#copyright{
clear: both;
text-align: center;
}
a{
color: #000000;
text-decoration: none;
}
a:hover{
color: red;
}
a.active{
color: red;
}
code {
color: darkblue;
font-size: 110%;
}