BODY {
	background-color : #999999;
	margin: 0px 0px 0px 0px;
}
#contenedor {
	width: 1024px;
	background-color : #000000;
	margin: auto;
	height: 580px;
}
#izquierda {
	width: 250px;
	float: left;
	height: 580px;
	font-family: "Bookman Old Style";
	font-size: 16px;
	color: #CC0000;
	text-align: center;
} 
#derecha {
	width: 774px;
	float: right;
	height: 580px;
}
