/* Copyright 2006. V-Studios. All rights reserved. */

html,
body {
    height: 100%;
    min-height: 100%;
}

body { 
    margin: 0;
    font-family: Verdana, Ubuntu, Arial, sans-serif;
    font-size: 12pt;
}

#container {
    margin: 20px auto;
    width: 800px;
}

#header {
    heigth: 200px;
}

#content {
    text-align: center;
}

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

a:hover {
    color: #aaff01;
}

