/* 
    Document   : static
    Created on : Mar 4, 2009, 3:53:23 PM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

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

span.first-letter {
    font-size: 14px;
}

#quick-facts {
    margin-left: -40px;
}

#intro-video {
    float: left;
    height: 100%;
    width: 60%;
}

#networks {
    font-weight: bold;
    float: left;
    height: 100%;
    width: 40%;
}

div.about-network {
    margin: 10px;
}

img#facebook-image {
    background-color: #3B5998;
}

img#myspace-image {
    background-color: #2358B8;
}

img.network-image {
    padding: 5px;
    width: 170px;
}

#main-content {
    font-weight: normal;
    height: 400px;
    width: 750px;
}

#garage {
    display: block;
}

a {
    color: #3B5998;
}

img {
    border: 0;
}

root {
    display: block;
}