I am having issues with my <footer> it is showing as overlapping my <section> tag on brackets can anyone see a problem here I can not, any help would be great thankyou.
<!DOCTYPE html>
<!--This HTML5 document was created by Gareth Bailey-->
<!--The images on this page page are free to use credits are given too-->
<html>
<head>
<title>A Modern World</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<div id="wrapper">
<header id="banner">
<img src="banner3.png" alt="Modern World" width="960" height="150">
</header>
<nav id="navigation">
<ul>
<li class="navigation"><a href="#">Home</a></li>
<li class="navigation"><a href="#">History</a></li>
<li class="navigation"><a href="#">About</a></li>
<li class="navigation"><a href="#">Products</a></li>
<li class="navigation"><a href="#">Jobs</a></li>
<li class="navigatiom"><a href="#">Contact</a></li>
</ul>
</nav>
<section id="main">
<h3>Welcome to a Modern World</h3>
<p>This site was created for all your mod needs weither you want to keep on top of the mod culture music, fashion and scooters or you are a new comer and want to just find out.</p>
<br>
<hr>
<article>
<h3>Paul Weller announces UK tour for 2015</h3>
<div class="image">
<img src="weller.jpg" alt="myimage" width="150" height="150">
</div>
<p>Mod music icon Paul Weller has announced he will be touring Uk in spring 2015 his words were "I will be only be performing in towns and cities often missed", His 14 date show will kick off on 5 March at the Plymouth Pavillions before heading to Swindon, Watford, Stoke-On-Trent, Halifax and more - no London date has been announced Kepp an eye out on this page for more information.</p>
</article>
<hr>
<article>
<h3>Rock legend Joe Cocker dies from lung cancer </h3>
<div class="image">
<img src="cocker.jpg" alt="myimage" width="150" height="150">
</div>
<p>We must say a sad goodbye to the british vocalist Joe cocker who died on December 22nd age of 70 and had been battling with lung cancer, He was not just an amazing performer but also one of the most distinctive and inspiring rock artists of the 60s and 70s show your appreciation and visit his site by clicking his picture.</p>
</article>
<hr>
<article>
<h3>The Who Hits 50 UK tour at the 02 Arena Postponed</h3>
<div class="image">
<img src="who.jpg" alt="myimage" width="150" height="150">
</div>
<p>The Who have postponed the final shows of there Who Hits 50 Uk tour at the 02 Arena in London due to Roger Daltrey becoming ill with a throat infection and had been ordered to give it a rest, but worry not the changes of dates have been confirmed and are as follows:</p>
<p>17th December will move to 22nd March 2015.</p>
<p>18th December will move to 23rd March 2015.</p>
<p>The band and their management wish to sincerely apologise to all ticket holders for the inconvenience and disappointment this has caused.</p>
</article>
</section>
<footer>
<small>© 2015 Gareth Bailey All Rights Reserved</small>
</footer>
</div>
</body>
</html>