@charset "UTF-8";
/* Estructura y diagramacion */

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
min-height: 100%;
height:auto;
margin-bottom: -150px;
position: relative;
}

#contentwrapper{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding-bottom: 150px;
}

#left_column{
float: left;
width: 700px;
}

#right_column{
float: left;
width: 240px;
padding:0 10px;
background:url(../images/sidebar.jpg);
background-position:top center;
background-repeat:no-repeat;
}

#right_deal{
float: left;
width: 260px;
background-position:top center;
background-repeat:no-repeat;
}

#header{
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:155px
}

#footer{
clear: left;
width: 100%;
text-align: center;
margin-top: -150px; /* negative value of footer height */
height: 150px;
clear:both;
font-size: 10px;
background-image:url(../images/footer_stroke.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#517f8a;
height: 150px;
position: relative;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

