/**
 * This is a "one column, fixed/liquid, non sticky footer" layout
 *
 * @copyright Designio Solutions, Inc.
 * @author    Virgilio Montemayor <vmontemayor@designiosolutions.com>
 */

body {
	overflow:hidden;
}

#supersize {
	position:relative;
	z-index:1;
	width:100%;
}

#wrapper {
	width:100%; /* Use px for a fixed layout. Use % for liquid */
    margin:0 auto; /* layout is centered */
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    background:transparent;
}

#sidebar {
    float:left;
    width:18%;
    padding:20px 0 0 4%;
}

#content {
	float:right;
	width:75%;
	padding:10px 10px 0;
}
