body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #4e4e4e;
}

a {
    text-decoration: none;
    color: #5f9ed4;
    font-weight: bold;
    text-shadow: #ffffff 0px 0px 5px;
}

b {
    font-size: 20px;
}

#content {
    width: 940px;
    padding-left: 45px;
    padding-top: 190px;
    margin: 0 auto;
    min-height: 630px;
    background-image: url('images/content.jpg');
    background-repeat:no-repeat;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#copyright {
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    min-width: 100px;
}

#logo {
    width: 300px;
    height: 66px;
    margin: 0px;
    position: absolute;
    background-image: url('images/logo.png');
    top: 70px;
}

#navigation {
    position: absolute;
    top: 120px;
    width: 850px;
    text-align: right;
}

#disclaimer {
    width: 880px;
    text-align: justify;
}

#android {
    width: 150px;
}

#androidContent {
    position: absolute;
    top: 250px;
    width: 650px;
    margin-left: 170px;
}

#web {
    width: 150px;
}

#webContent {
    position: absolute;
    top: 400px;
    width: 650px;
    margin-left: 170px;
}

