/* 
    Document   : styles
    Created on : Jul 10, 2010, 12:02:54 AM
    Author     : misterdom
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body {
background: #333;
color: #333;
font: 300 100.1% "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
}

a { font-weight: bold; text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: medium;
    color: #333
}

a:hover { 
    text-decoration: underline;
}

#canvas {
    margin: 0 auto;
    text-align: left;
    left: 50%;
    top: 50%;
}

#text {
    margin: 0 auto;
    text-align: left;
    height: 320px;
    width: 200px;
}

#address {
    width: 420px;
    height: 360px;
    left: 360px;
    top: 40px;
    position: absolute;
    background: white;
    border: 4px solid #333;
}
#addressText {
    width: 390px;
    height: 120px;
    left: 5px;
    top: 0px;
    position: relative;
    background: white;
    color: #333;
}
#catchPhrase {
    width: 200px;
    height: 100px;
    left: 140px;
    top: 20px;
    position: absolute;
    background: #white;
    color: #333;
    font-style: italic;
}


#mainLink { font-weight: bold; text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: medium;
    color: white
}


