i'm trying to add another div to my site and for some reason i can not it, ive added the div and css but its not affecting the result.
Here is a jsfiddle: http://jsfiddle.net/N8yyz/embedded/result/
Html:
<div id="fourthsection1">
</div>
css:
#fourthsection1{
width:100%;
height:500px;
background-color: blue;
}