@font-face
{
    font-family: 'neuropol';
    src: url('neuropol.otf');
}

body
{
    background-color: #fff;
    font: 12px/14px helvetica,tahoma,sans-serif;
    text-align: right;
    top: 0;
    right: 0;
    position: absolute;
    color: #333;
    padding: 50px 30px;
    line-height: 1.4em;
}

#logo
{
    z-index: -1;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 60%;
}

#title
{
    letter-spacing: .05em;
    font-family: 'neuropol',helvetica,tahoma,san-serif;
    font-size: 4em;
    padding: 0 20px;
    text-shadow: #bbb 0 0 5px;
}

#title a
{
    color: #333;
}

#subtitle
{
    color: #069;
    font-size: .8em;
}

#info
{
    letter-spacing: .08em;
    color: #666;
    font-family: 'neuropol',helvetica,tahoma,san-serif;
    font-size: 1.5em;
    border-bottom: 1px dotted #ccc;
    padding: 20px;
    text-shadow: #bbb 0 0 5px;
}

#links
{
    letter-spacing: .05em;
    font-family: 'neuropol',helvetica,tahoma,san-serif;
    font-size: 2em;
    padding: 20px;
    text-transform: lowercase;
}

#links a
{
    text-decoration: none;
    padding: 0 5px;
    color: transparent;
}

#links a .main
{
    color: #333;
    text-shadow: #bbb 0 0 5px;
}

#links a:hover
{
    text-decoration:none;
    color: #333;
    text-shadow: #bbb 0 0 5px;
}

#links a:hover .main
{
    color: #069;
}

#content {
    padding: 0 20px;
}

a, a:hover
{
    text-decoration: none;
    color: #069;
}

h1
{
    font-family: 'neuropol',helvetica,tahoma,san-serif;
    font-size: 1.6em;
    letter-spacing: .1em;
    padding-top: 20px;
    text-shadow: #bbb 0 0 5px;
}

.small
{
    color: #666;
    font-size: .8em;
    padding: .2em 0;
}

