#menu
{
    LEFT: 5px;
    WIDTH: 200px;
    COLOR: red;
    POSITION: absolute;

    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}
#title
{
    COLOR: #FF1199;
    background-color: black;
    TEXT-ALIGN: center
}
#main
{

    WIDTH: 900px;
    POSITION: absolute;

    TEXT-ALIGN: left
}
#footer
{
    COLOR: white;
    POSITION: absolute;
    TOP: 1000px;
    TEXT-ALIGN: center;   
}
.menulink
{
    TEXT-ALIGN: center
}


.image
{
   height: 150px;
   width: 125px;
}

.imageblock
{
   height: 180px;
   width: 200px;
}