BODY { padding: 0; background: #ffffff }

A.menu {
    color:white;
    font-weight:plain;
    font-size:9pt;
    font-family: cursive;
    text-decoration:none;
    display:block;
    border: solid 1px white;
    text-align:right;
    padding:4px;
    width: 100%;
    background-color:#000044;
}

A.menu:hover {
    color:white;
    width: 100%;
    background-color:#D00000;
}

#contenido {
	background: #ccddee;
	text-align: center;
	border: 20px;
	padding: 10px;
	width: 95%;
	Filter: alpha(opacity = 95, finishopacity = 75, starty = 95, finishy = 75, style = 2);
}

#topping {
	margin-left: 4px;
	background: #eeeeff;
	width: 100%;
	height: 100%;
}