/* CSS Document */
body{
text-align:center;
}
#contenido{
	margin-top: -280px;
    margin-left: -435px;
    position: absolute;
    top: 50%;
   	left: 50%;    
}
#body {
	background-color:#663300;
}

#bodymw {
	background-color:#FFFFFF;
}
