@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 -------------------*/

#barriere {top: 0px; left: 0px}
#interns {top: 700px; left:0px}
#cycle {top: 1400px; left: 00px}
#abc {top: 2100px; left: 0px}
#jandj {top: 2800px; left: 0px}
#landis {top: 3500px; left: 0px}
#durr {top: 4200px; left: 0px}
#closing {top:4900px; left:0px}
{top: 5600px; left: 0px}

