body
{
background-image:url(../gfx/background.png);
height:100%;
}
div.column
{
position:fixed;
top:0px;
bottom:0px;
left:16px;
right:16px;
background-color:#777777;
border: 1px solid #000000;
opacity:0.15;
/* IE fix */
  filter:alpha(opacity=15);
z-index:-100;
}
#wrapper
{
top:0px;
bottom:0px;
padding:22px;
}
div.entry
{
font-size:0.8em;
}

div.boxout
{
margin:0.4em;
border:0.15em solid #efefee;
-webkit-border-radius:10px;
-moz-border-radius:10px;
color:#111144;
padding: 0.3em 1em;
text-align:left;
font-size:0.9em;
font-family:'dejavu sans','bitstream vera sans',verdana, sans-serif;
overflow:hidden;
}

a {border:none;}

div.fillwidth;
{
margin 0px auto;
}
