/* JohannesJonker.com
 * Copyright(c) 2008-2010 Johannes Jonker
 * Be nice. Don't steal.
*/

body {
 margin:0;
 padding:0;
 font-family:Helvetica, Arial, serif;
 font-weight:normal;
 color:#333;
}
h1 {
  font-size:48px;
}
p {
 line-height:18px;
 text-align:justify;
 font-size:15px;
}
ul {
 margin:25px 0;
 padding:0;
 list-style:none;
}
ul li {
 margin-top:12px;
 line-height:18px;
 text-align:justify;
 font-size:15px;
}
a {
 padding:2px;
 color:#333;
 text-decoration:none;
 background:#EEE;
}
a:hover {
 background:#DDD;
}

#page {
 position:absolute;
 height:100%;
 width:100%;
 background:#FFF url(../img/page_bg.png) bottom repeat-x;
}
#content {
 margin:20px auto 0;
 width:600px;
}
