﻿body
{
    font-family: Calibri, Tahoma;
    background-color: #111;
    color: White;
    margin: 0;
}

body img
{
    border: 0;
}

a:link, a:hover, a:visited
{
    color: #fff;
}


#container
{
    margin: auto;
    width: 201px;
}
#topLeft
{
    cursor: pointer;
    width: 100px;
    height: 100px;
    text-align: right;
    vertical-align: bottom;
    background-color: #163b30;
    position: absolute;
    bottom: 50%;
    right: 50%;
    color: White;
    z-index: 50;
}
#topRight
{
    cursor: pointer;
    width: 100px;
    height: 100px;
    background-color: #474736;
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 50;
}
#bottomLeft
{
    cursor: pointer;
    width: 100px;
    height: 100px;
    background-color: #5d6325;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 50;
}
#bottomRight
{
    cursor: pointer;
    width: 100px;
    height: 100px;
    background-color: #a88d19;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
}
#footer
{
    width: 200px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: 100px;
    text-align: center;
    line-height: 0.7em;
    padding-top: 5px;
    font-size: 1em;
}
.clear
{
    clear: both;
    padding-top: 1px;
}
#containerTable
{
    padding: 0;
    border-spacing: 1px;
    width: 100%;
    height: 100%;
}
.subtitle
{
    font-size: 0.8em;
    font-weight: bold;
    position: absolute;
    color: #fff;
    display: none;
    bottom: 2px;
    right: 4px;
}
.text
{
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    text-align: left;
    padding: 15px 30px 15px 30px;
}
.title
{
    font-size: 1.6em;
    padding-bottom: 5px;
    margin-left: -15px;
}
ul
{
    margin-left: -30px;
}
ul li
{
}
#baseline
{
    position: fixed;
    bottom: 0;
    width: 200px;
    height: 10px;
    left: 50%;
    margin-left: -100px;
    background-color: #333;
    text-align: center;
    cursor: pointer;
}

#cvIcons
{
    text-align: center;
    width: 100%;
    margin: 30px 0 30px 0;
}

#cvDesc
{
    text-align: center;
}
