/*
Beeble Brox Company Whiteboard Style
peter@theta-g.com 8/2008
*/

* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

body {
font-size: 80%;
}

* html #page {
height: 100%;
}

#page {
min-height: 100%;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
            .clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block;        }
* html      .clearfix { height: 1%;            }

img { border: 0; }




body {
background: white url('/graphics/whiteboard/styrofoam%20tile.gif');
}

#page {
width: 980px;
background: white url('/graphics/whiteboard/whiteboard%20edge.gif') top right repeat-y;
margin: 0;
}

#page a:link,
#page a:visited { text-decoration: none; color: #2d3c93; }
#page a:hover,
#page a:active  { text-decoration: underline; }

