div.UP{
    width:100%;
	height:50px;
	background-color:#00CCFF;
}

div.MID{
    width:100%;
	height:850px;
	background-color:#FFCC00;
}

div.BOT{
    width:100%;
	height:50px;
	background-color:#33FF99;
}

#test1{
    height: 70px;
    color: blue;
    text-align: center;
    margin-top: 0px;
    padding-top: 400px;
}

#margin{
    margin-top: 0px;
}