/* FIXME: absolute paths here, what fun */
body {
 background: #000000 url(/layout/alexandria/background5.gif);
  background-repeat: repeat-y;
}

a {
  text-decoration:none;
}

div#toplogo {
/* border-style: solid; */
 border-width: 1px;
 border-color: #f00;
}
div#toplogo img {
 /* Center this */
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
 margin-top: 10px;
}

div#rightcolumn {
 position: absolute; 
 left: 279px;
 min-height: 90%;
/* border-style: solid; */
 border-width: 1px;
 border-color: #ff0;
 width: 490px;
}

div.character div ul li{
 margin-left: 3em;
}

div#menu { 
 position: absolute; 
 left: 10px; 
 top: 10px; 
 width: 210px;
}

.bigfont {
 font-size: larger;
}

div.portrait {
 float: left;
 margin: 4px;
 max-width: 16em;
 text-align: center;
}

div.portrait img {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

div.character {
 clear: both;
 margin: 5px;
}

.footer-left {
 position: absolute;
 bottom: -8%;
}

.footer-right {
 position: absolute;
 bottom: -8%;
 right: 0;
}

div.upbutton {
 position: absolute;
 bottom: -8%;
 left: 0; right: 0;
 width: 6em;
 margin-left: auto;
 margin-right: auto;
}

.header {
  font-size: 0.9em; /* clear bigness from style.css */
/* margin-left: 3%;    /* clear weird marginry from style.css */
}



