
body {
	background-image: url(../images/backWhite.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top;
}

#page {

    width: 984px;
    height: 768px;

    margin-left: auto;
    margin-right: auto;
	margin-top: auto;

    text-align: center;

    position: relative;
}

#copyright {

    position: absolute;
    top: 10px;
    right: 20px;

    text-align: right;
    color: #bbbbbb;
    font-size: 10pt;
}
#footer {

    position: absolute;
    top: 160px;
    left: 310px;

    text-align: left;
    color: #bbbbbb;
    font-size: 12pt;
}

#desc {
    position: absolute;
    width: 984px;
    height: 480px;

    background-image: url(../images/description.png);
    background-repeat: no-repeat;
	background-position: center;

    margin-top: 240px;
}

#rect {

   
}



#logo {

    position: absolute;
    top: 20px;
    left: 80px;
}



A:link {

    color: #bbbbbb;
    font-size: 12pt;

    text-decoration: none;
}

A:visited {

    color: #bbbbbb;
    font-size: 12pt;

    text-decoration: none;
}

A:active {

    color: #bbbbbb;
    font-size: 12pt;

    text-decoration: none;
}

A:hover {

    color: #9f9f9f;
    font-size: 12pt;

    text-decoration: none;
}


