body {
        margin: 0px;
        width: 100%;
	height: 100%;
        overflow: auto;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
        height: 138px;
        background: #000000;
        overflow: hidden;
}

#content {
        position: absolute;
        top: 138px;
        left: 0px;
        width: 100%;
        height: auto;
        margin: 0px;
        background: #ffffff;
        overflow: visible;
}

