/**
 * This style sheets holds the styles used thoughout
 * the cardiotrainer website
 *
 * @author     Vera Kern <vera@worksmartlabs.com>
 * @copyright  2009 WorkSmart Labs, Inc.
 */
 
 body, html {
    background-color:#EFEFEC;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;
    text-decoration:none;
    margin:0px;
    /* Need these to make chrome use the background color for the whole page */
    width: 100%;
    height: 100%;
}

.main {
    position:absolute;
    left:110px;
    width:823px;
}

.content {
    background-image:url(/cardiotrainer/images/light_background.png);
    background-repeat:no-repeat;
    height:543px;
    top:84px;
}

div#headline {
    margin: 30px 0 5px 40px;
    font-size:40px;
    color:#8F8F91;
    font-weight:bold;
}

.footer {
    top:615px;
    text-align:right;
    color:#333333;
    font-size:10px;
}

.footer.middle {
    top:780px;
}

.footer.bottom {
    top:885px;
}

.title {
    position:absolute;
    top:40px;
    left:40px;
}

/* Link */
a.external:link {
    color:#333333;
    text-decoration:none;
    font-weight:bold;
}

a.external:visited{
    color:#333333;
    text-decoration:none;
    font-weight:bold;
}

a.external:hover{
    color:#333333;
    text-decoration:none;
    font-weight:bold;
}

a.external:active{
    color:#333333;
    text-decoration:none;
    font-weight:bold;
}

