body {
    background-image: url('craiyon-leathre.png');
    font-size: 8pt;
    overflow-y: hidden; /* for game */
}

.ipod {
    display: block;
    
    padding-right: 0;
    padding-bottom: 0;
    
    width: 100px;
    height: 100px;
   
    background-repeat: no-repeat;
    margin: 0 auto;
}
#nano4g {
    padding-top: 25px;
    padding-left: 23px;
    
    width: 189px;
    height: 476px;
    
    background-image: url('nano4g.png');
}
#nano4g iframe { /* Screen here */
    background-color: white;
    width: 167px;
    height: 220px;
    border: none;
}

#nano3g {
    padding-top: 39px;
    padding-left: 46px;
    
    width: 316px;
    height: 455px;
    
    background-image: url('nano3g_feather.png');
}
#nano3g iframe { /* Screen here */
    background-color: white;
    width: 275px;
    height: 204px;
    border: none;
}

#nano4g > img { /* buttons */
    margin-top: 45px;
    margin-left: 5px;
    border: none;
}
#nano3g > img { /* buttons */
    margin-top: 20px;
    margin-left: 40px;
    border: none;
}
.w {
    color: white;
    font-family: sans-serif;
}
.w a {
    color: white;
}
.w a:hover {
    color: white;
}