@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

/*----- estilos para footer posicionado en bottom -----*/

html,body {
  height:100%;
}
#container {
  min-height: 100%;
}

* html #container {
  height:100%;
}
#footer {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

/*----- fin de estilos para footer posicionado en bottom -----*/


body {
	background: #010101 url(../img/bg_header.png) top center repeat-x;
	text-align: center;
}
#container {
	position:relative;
	text-align:left;
	background:url(../img/bg_container.png) top center no-repeat;
}
#header {
	height:93px;
}
#menu{
	float:left;
	width:190px;
	margin:63px 0 110px;
}
#maincontent{
	float:left;
	width:470px;
	margin:0 0 140px 10px;
	padding-top:20px;
}
#rightbar{
	float:right;
	width:190px;
	margin-top:63px;
	margin-bottom:110px;
}
#footer {
	height:101px;
	background:#000 url(../img/bg_footer.png) top repeat-x;
}
.center{
	width:880px;
	margin:0 auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}