﻿@charset "UTF-8";

html, body, div { margin: 0px; padding: 0px; }
html, body { margin: 0px; padding: 0px; height: 100%; text-align: center; }

#wireframeMain, #wireframeHeader, #wireframeFooter { text-align: left; }
#wireframeMain { margin: 0 auto; min-height: 100%; text-align: left; }
* html #wireframeMain { height: 100%; }
#wireframeHeader { margin: 0px auto 0px auto; height: 100px; overflow: hidden; }
#wireframeFooter { margin: -30px auto 0px auto; height: 30px; overflow: hidden; }
#wireframeContent { margin: 0px; padding: 0px 0px 28px 0px; }
#wireframeContent .columnCenter { float: left; }
#wireframeContent .columnLeft { float: left; overflow-x: hidden; }
#wireframeContent .columnRight { float: left; overflow-x: hidden; }
#wireframeContent .columnClear { clear: both; height: 2px; font-size: 1px; }