

a:link {text-decoration: none; color: #7da7d9;}
a:visited {text-decoration: none; color: #7da7d9;}
a:active {text-decoration: none; color: #7da7d9;}
a:hover {text-decoration: underline; color: #ffffff;}

ul {padding-left:20px;}
#wrapper
{
    width: 410px;
    position: absolute;
    top: 190px;
}



#main
{
    margin-bottom: 20px;
}

#appstore
{
    font-family: "Times", "Times New Roman", serif;
    float: left;
    display: block;
    width: 380px;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 1px #444444;
}

#video
{
    margin-top: 30px;
    margin-bottom: 20px;
    width: 391px;
    height: 315px;
    border: solid 1px #777777;
    font-size: 24px;
    background-color: #000000;  /* the background          */
//    filter:alpha(opacity=70);   /* Internet Explorer       */
//    -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
//    opacity: 0.7;    
}

#footer
{
    text-align: center;
    font-size: 9px;
    color: #ababb7;
}