html {
 background-color: white;
 font-family: Verdana, sans-serif;
 font-size: 8pt;
 color: #2e3436;
 margin: 0;
 background-image: url(../assets/layout/background.png);
 background-position: center;
 background-repeat: repeat-y;
}

body {
 overflow: -moz-scrollbars-vertical; /* Always show scrollbar */

 margin: 0;
}

h1,
h2,
h3,
h4
blockquote,
dl,
form,
ol,
p,
ul {
 margin: 0px;
 padding: 0px;
}

ol,
ul {
 list-style-position: inside;
}

ul {
 list-style-type: square;
}

ol.simple,
ul.simple {
 list-style-position: outside;
 list-style-type: none;
}

a img {
 border: none;
}

.clear {
 clear: both;
}

/* FIXME: background image is one pixel off for background shades. */
div#wrapper {
 background-color: white;
 margin: 0 auto;
 width: 950px;
}
