DIV margin-left: 200px;
<head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> #content { border-top: 1px dashed #EDF1F2; text-align: justify; font-size: 0.9em; padding: 5px; margin-left: 200px; background-color: #fff; color: #666666; background-image: url(images/shad.jpg); background-repeat: no-repeat; } </style> </head> <body> <div id="containerboth"> <div id="content"> <h2>Hi there.</h2> <h2>Lorem Ipsum </h2> </div> </div> </body> </html>