@charset "iso-8859-1";
.top
{
    FONT-SIZE: 8pt;
    font-weight: bold;  
    FONT-WEIGHT: bolder;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    TEXT-ALIGN: center;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 1px;
    MARGIN-TOP: 1px;
    COLOR : #000000;
	
}

#collage {
background-color: green;
background-repeat: no-repeat;
height: 50px;
left: 0px;
position: relative;
top: 0px;
width: 800px;
}

#test {
background-color: #000000;
background-repeat: no-repeat;
height: 25px;
left: 0px;
top: 0px;
width: 800px;
}

#what {
background-color: red;
background-repeat: no-repeat;
height: 25px;
left: 0px;
position: relative;
top: 0px;
width: 800px;
}