Hi, i'm trying to create my own custom wordpress theme. I've created a site with a single index.html and added some divs to it like Header, navigation and content. Some images in there and some flash files.

I've read some quick tutorials on how to make a theme in wordpress so i've got the basic set up and created the following files in a sandbox wordpress install:

style.css
index.php
header.php
footer.php
sidebar.php
(something like this i followed a tutorial can't remember off the top of my head)

Where inside my wordpress theme do i add the design content from my original web site? which file does it go in or does each of these files contain design content for each of the different sections?

I'm a bit lost.