
.red
{
color: #cc0000; 
background: #cc0000;
height: 20px;
width: 550px;
margin: 0px;
padding: 0px;
}

.white
{
color: White; 
background: White;
height: 20px;
width: 550px;
margin: 0px;
padding: 0px;
}

.blue
{
color: #000099;
background: #000099;
height: 140px;
width:  180px;
position: absolute;
top: 200px;
right: auto;
bottom: auto;
left: 50px;
z-index: 2;
overflow: hidden;
}

.blue p
{
color: #ffffff;
background: #000099;
line-height: 30px;
margin: -17px 0px 0px 0px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-stretch: ultra-expanded;
}

.background
{
width: 550px;
height: 260px;
position: absolute;
top: 200px;
right: auto;
bottom: auto;
left: 50px;
}

.footer
{
position: absolute;
top: 500px;
right: 0px;
left: 0px;
height: 200px;
width: auto;
overflow: auto;
}

.footer p
{
font-family: Arial, Helvetica, sans-serif;
margin: 1em;
}

.hidden
{
display: none;
}