body{
    background:url("desktopbg.png");
    font-family:Tahoma;
    overflow:hidden;
}

.icon{
    width:80px;
    text-align:center;
    color:white;
    margin:20px;
    cursor:pointer;
}

.icon img{
    width:64px;
}

.window{
    display:none;

    position:absolute;

    top:100px;
    left:200px;

    width:500px;

    background:#c0c0c0;

    border:3px solid black;

    padding:10px;
}

.titlebar{
    background:navy;
    color:white;

    padding:5px;

    margin-bottom:10px;
}
