#contenedor {
	width: 960px;
	height:100%;
	min-height:900px;
	background-color:#8a8a8a;
	position:relative;
	margin:auto;
	margin-top:0px;
	padding-top:0px;
	border-left: 3px solid #313131;
	border-right: 3px solid #313131;
}
#leftside {
	width: 596px;
	height:100%;
	min-height:900px;
	background-image:url(http://www.comunidadirc.com/images/ci_19.png);
	background-repeat:repeat-x !important;
	background-position:top;
    background-color:#8a8a8a;
	position:relative;
	float:left;
    padding:22px;
}

#rightside {
	width:276px;
	height:100%;
	min-height:900px;
	float:right;
	background-color:#8a8a8a;
	background-image:url(http://www.comunidadirc.com/images/ci_24.png);
	background-repeat:repeat-x !important;
	background-position:top;
    padding:22px;
	position:relative;
}
