html, body {
	text-align:center;
	background-image:url(images/back.gif);
	/*background-color: #666666;*/
	margin:0px;
	height:100%;
	}
#bottom {
	width:100%;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	/*background-color:#000000;*/
	margin:0 auto;
	}
#principal {
	width:950px;
	text-align:center;
	margin:0 auto;
}
#swf2 {
	width:950px;
	/*background-color:#000000;*/
}
#mensaje {
	text-align:center;
	margin:0 auto;
	margin-top:100px;
	padding:10px;
	width:500px;
	text-align:center;
	font: bold 13px Arial;
	background-color:#000;
	border: solid 2px #999999;
	color:#FFFFFF;
}

