body {
	background-color:#002462;
	color:#D1E6F9;
	font-family: Tahoma, Arial, sans-serif;
	Font-size: 12px;
	margin: 0;
	padding: 0;
}

#contenedorbottom {
	margin: 0 auto;
	background-color:#002462;
	text-align:justify;
	width: 500px;
	height:210px;

}

#contenedorbottomleft {
	float: left;
	background-color:#002462;
	background: #002462 url(BackLeft.gif) no-repeat;
	width: 10px;
	height:210px;
}

#contenedorbottomcenter {
	float: left;
	background-color:#002462;
	background: #002462 url(BackCenter.gif) ;
	text-align:justify;
	width: 480px;
	height:210px;
}

#contenedorbottomright{
	float:right;
	background-color:#002462;
	background: #002462 url(BackRight.gif) no-repeat;
	width: 10px;
	height:210px;
}