/* 
    Document   : layout.css
    Created on : Dec 17, 2012, 10:35:12 PM
    Copyright  : David Obdržálek, dayvee.cz
*/

@import 'common.css';

body { background:black; color:#eee; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; }

#canvas h1 { position:absolute; top:-1000px; } 
#canvas h2 { font-size:1.6em; margin:18px 0px 6px 0px; } 
#canvas {
  width:400px ; height:320px; text-align:center;
  position:absolute; top:50%; left:50%; margin:-200px 0px 0px -200px;
}

p { margin:6px 0px; }
a { color:white; text-decoration:none; }
a:hover { color:white; text-decoration:underline; }

