/* CSS Document */

a {
color: #ffffff;
text-decoration: none;
}
#menu {


position: absolute;
top: 20px;
left: 50%; 
margin-left: -450px;



z-index: 7
}
#midden {
background-color: #ffffff;

position: absolute;
top: 0px;
left: 50%; 
margin-left: -225px;
width: 450px;
height: 100%;

z-index: 6
}

#footer {
font: 10px verdana;
color: #ffffff;

position: absolute;
bottom: 20px;
left: 50%;
margin-left: -450px;


z-index: 5;
}

#powered {
position: absolute;
bottom: 20px;
right: 20px;
z-index: 8;
}

