xxxxxxxxxx
<div style="float: left; width: 50%;">
This is the content of the first div.
</div>
<div style="float: left; width: 50%;">
This is the content of the second div.
</div>
xxxxxxxxxx
/*
Puts your div on the right side of the screen
*/
.div-1{
float: right;
width: 50%;
background-color: #f00;