#layer1 { position: absolute; left: 0px: width: 200px; hight: 100px; text-align: left; }
#layer2 { position: absolute; left: 200px; width: 600px; hight: 100px; text-align: center;}
#layer3 { position: absolute; left: 800px; width: 200px; hight: 100px; text-align: right; }und das waere die Formatierung zu #layer2
.h1 { font-size: 35; letter-spacing: 0.2em; font-variant: small-caps; }
...Achtung: Typos sind auch in CSS fatal. Höhe heisst auf Englisch (und ebenso in CSS) nicht hight, sondern height. Und eine Schriftgrösse wird richtigerweise mit (absoluten oder relativen) http://de.selfhtml.org/css/formate/wertzuweisung.htm@title=Werten notiert.
Herzlich, twb