/*
 Style.css - The Hollow Men
 
 Author: Erik de Jong 
 Author URL: http://error32.sarine.nl
 Version: 1.0
*/

body
{
 font-size: 17px;
 background-color: #000000;
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
}

div
{
 border: 1px solid #FFFFFF;
}

div#top
{
 position: absolute;
 top: 5px;
 left: 10%;
 right: 10%;
 height: 80px;
 width: 80%;
 font-size: 30px;
 text-align: center;
}

div#menu
{
 position: absolute;
 top: 100px;
 left: 10%;
 width: 140px;
 text-align: center;
 font-size: 18px;
 padding: 5px;
}

div#body
{
 position: absolute;
 top: 100px;
 left: 30%;
 right: 10%;
 height: 80%;
 width: 60%;
 border: none;
}

div#login
{
 text-align: center;
}

ul
{
 list-style: none;
 padding: 5px;
 margin: 10px 0 0 0;
}

li
{
 text-align: left;
 padding: 0;
 font-weight: bold;
}

a
{
 color: #FFFFFF;
 text-decoration: none;
}

a:hover
{
 text-decoration: underline;
}

a.button
{
 color: #000000;
 text-decoration: none;
}

a.button:hover
{
 text-decoration: none;
}

a.body
{
 text-decoration: underline;
}

p.picture
{
 text-align: center;
 margin-top: 15px;
 margin-bottom: 5px;
 padding: 0px;
}

p.text
{
 padding: 5px;
}

