Newbie with code issues
Good afternoon.
I am very new to DW and I am having a an issue with one of my divs and positioning the information held within it. I can't seem to get the text to position at the top left. (see img)

This is my code:
HTML:
</div>
<div id="main-info">
Enter some main info here
</div>
CSS:
#main-info {
width: 930px;
height: 100px;
border: 1px solid #2827CF;
margin: auto;
margin-top: 15px;
}
I know you folks will be all over this and I thank you for your assistance.
Regards
J
