@charset "utf-8";
/* CONTENT ELEMENTS
------------------------------*/
#makeovers_container{
	width:700px;
  	margin: auto;
  	overflow: hidden;
}
.makeover_left{
    width: 500px;
    height: 203px;
    float: left;
}
.makeover_left img{
    width: 500px;
}
.makeover_right{
    width: 185px;
    float: right;
}
.makeover_divide{
    height: 1px;
    width: 950px;
    border-top: 1px solid #2f95e2;
    margin: 11px 0px 10px 0px;
}