﻿body 
{
    padding: 0;
    margin: 0;
    background-color: #ffffff;    
}

#outside
{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;    
}

#inside
{
    width: 800px;
    height: 600px;
    margin-left: -400px;  /***  width / 2   ***/
    position: absolute;
    top: -300px;          /***  height / 2   ***/
    left: 50%;   
}

#contentTop
{
    position: absolute;
    left: 10px;
    top: 0px;
    width: 175px;
    height: 100px;
    display: block;
    background-image: url(../images/BELogo.jpg);
    background-repeat: no-repeat;
}

#contentTop p
{
    position: absolute;
    width: 500px;
    left: 200px;
    height: 25px;
    display: block;
    font-family: Consolas, Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    top: 60px;
}

#contentTop span
{
    font-weight: bold;
    letter-spacing: 1px;
}

#main
{
    position: absolute;
    left: 10px;
    top: 105px;
    width: 750px;
    border: 0;
    padding: 5px;    
}

#footer
{
    clear: both;
    bottom:0px;
    width:100%;
    position: fixed;
	padding: 10px 0 5px 0;
}

#footer p
{
    text-align: center;
    color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;         
}

.returnlink, a.returnlink:visited
{
    font-family: Trebuchet MS, Verdana;
    font-size: 12px;
    color: #22C715;
    position: absolute;
    left:650px;
    top: 30px;
    width: 115px;
    height: 20px;
    text-align: left;
}

a.returnlink:hover
{
    text-decoration: none;
    border: 0;
}

a.returnlink
{
    border: 0; /* remove the link border */
}