/*
 * CSS file for ITTOO Design Website
 * Copyrigt (c) ITTOO Design <http://ittoodesign.com>
 */

body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #7c7c7c;
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

img { border: none; }

a:link,
a:visited {
    color: #7c7c7c;
    text-decoration: underline;
}
a:hover {
    color: #FFA100;
    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}

.vcentered {
    top: 25%;
    left: 25%;
    position: absolute;
    text-align: left;
}


.alignright {
    text-align: center;
}

.line {
    margin-top: 0px;
    border-bottom: 1px solid #cccccc;
}

