/* 
    Document   : main
    Created on : 30.12.2011, 15:07:07
    Author     : shykor
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html, body {
    height: 100%;
    background-color: #000;
    color: #fff;
}

.container {
    width: 990px;
    height: 100%;
}

#developer {
    position: fixed;
    top: 50%;
    margin-top: -75px;
}

#developer #name {
    text-align: right;
}

#developer #name, #developer #profile {
    padding-top: 30px;
    padding-bottom: 30px;
}

#developer h1 {
    color: #fff;
    font-family: Arial,Verdana,San-Seriff;
    font-weight: normal;
    font-size: 4em;
    text-shadow: 1px 1px 2px #999;
}

span.border {
    border: 1px solid #333;
    padding: 2px;
}

#qrcode {
    position: absolute;
    bottom: 20px; right: 20px;
}
