Add this to your container
#container {
padding: 20px 0 0 0px; /*You should give 'padding-top:20px' instead of this and px doesn't need after 0 value' */
width: 100%;
background-color: #CC3300;
overflow: hidden
}
Add red color text, and try.. I hope this will help you.