/* 
    Document   : style
    Created on : Jun 19, 2014, 5:59:24 PM
    Author     : Fastweb
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body  {
    background-color: #000
}

.logo-intro {
    margin: 150px auto;
}

a {
    color: #fff;
}
a:hover {
    color: #7a683f;
    text-decoration: none
}

/* intro */
.link {
    font-size: 17px;
}

.intro-info {
    background-image: url('../images/line.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 40px;
    padding-top: 20px;
}
.intro-info p {
    font-size: 10px;
}

