/*
Beeble Brox Company Sitewide Style Setup
peter@theta-g.com 10/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; }
