@charset "UTF-8";
/* CSS Document */

/*-----------------------------------Individual Portfolio peices - each should have it's own unique div id
NOTE - this controls the positioning of each portfolio piece, to make sure they are not overlapping
they are set up in increments of 700px - to add a new piece, add 70px to the TOP property -------------------*/


#a {top: 0; left:0px}
#b {top: 0; left: 700px}
#c {top: 0; left: 1400px}
#d {top: 0; left: 2100px}
#e {top: 0; left: 2800px}
#f {top: 0; left: 3500px}
#last {top: 0; left: 4200px}

