/* CSS Document */


body {
	background-color: #000000;
	margin:0px;
}


#header {
height: 15px;
background-color: #00adef;
}


#wrapper {
width: 100%;
align: center;

}

#left {
float:left;
width:120px;
align: right;
height:50px;

background-color:#FF0099;
}

#flash {
align: center;

}

#right {
float:right;
width:120px;

align: left;

height:50px;
background-color:#CCFF00;
}



#footer {
background-color: #00adef;
height:57px;
border-top: 4px solid white;
width: 100%;
position: absolute;
bottom: 0px;
left: 0px; 
	
}

