* { margin : 0; padding : 0; }
body { background-color : #FFFFFF; font-family : Arial, sans-serif; background-image : url(../layout/background.png); background-repeat : repeat-x; }
#screen { position : relative; margin : 0 0 0 150px; width : 600px; }
#slogan { position : absolute; top : 95px; left : 50px; }
#logo { position : absolute; top : 50px; right : 0px; }
#address { position : absolute; top : 360px; left : 50px; width : 550px; }
#shadow { position : absolute; top : 146px; left : 0px; width : 229px; height : 184px; background-image : url(../layout/shadow.png); }
#project { position : absolute; top : 158px; left : 12px; }
#projecttext { position : absolute; top : 230px; left : 262px;  }
h1 { margin : 0 0 10px 0; color : #58585a; font-size : 0.7em; font-weight : normal; }
p { margin : 0 0 10px 0; color : #58585a; font-size : 0.7em; }
#slogan p { color : #58585a; }
#projecttext p { color : #ffffff; }
a { color : #58585a; text-decoration : none; }
#projecttext a { color : #ffffff; text-decoration : none; }
a:hover, #projecttext a:hover { text-decoration : underline; }
ul { margin : 0 0 0 20px; }