﻿.page
{
    float: none;
    width: 100%;
    height:auto; 
    position:absolute;
    top: 0px;
    left: 0px;  
}

.headingbox
{
    width: 100%;
    float: none;
    height:auto; 
    top: 0px;
    left: 0px; 
    border: 0px;
}

.content1
{
    width: 100%;
    float: none;
    height:auto; 
    top: 0px;
    left: 0px; 
    border: 0px;
}

.logobox, .content2, .menubox, .navigationbox, .seperatorhorizontal
{
    display:none;
}




