.outer {
background: #000;
border-right: solid 380px #1d1d1d;
}
.inner {
width: 100%;
}
.wrap {
float: left;
width: 100%;
position: relative;
}
.middle {
float: left;
width: 100%;
position: relative;

}
.rightcol{
float: right;
margin-right: -380px;
width: 380px;
position: relative;
padding-top: 100px;

}
