﻿body
{
    /* background-color: #777; */
    overflow: -moz-scrollbars-vertical;
    /* overflow-y: scroll; */
}

html, body, form.mainform 
{
    margin: 0px;
    height: 100%;
}

div.container
{
    min-height:100%;
    width:974px;
    margin-left:auto;
    margin-right:auto;
    /*
	border-left-style: solid;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
    */    
	position:relative;
/* border: solid 4px Blue; */
}

div.header 
{
    min-height:26px;
}

div.title-area
{
    min-height:48px;
    text-align:center;
}

div.left-area
{
}

div.right-area
{
}

div.menu-area
{
    min-height:48px;
    text-align:center;
}

div.main-area
{
    min-height:600px;
    padding-bottom:56px;
    text-align:center;
}

.signin-panel {
    float:right;
    margin-right:8px;
    padding-top:4px;
}

.lower-area
{
    clear:both;
}

div.footer 
{
    min-height:36px;
    width:974px;
	text-align:center;
	position:absolute;
	bottom:0px;
	
	clear:both;
}
