html {
    text-align: center;
    background-color: #fffff1;
}
body {
    padding: 5px 5px 5px 5px;
    width: 500px;
    height: 10px;
    background-color: #fffff1;
    border: 0px solid #000;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 5%;
    left: 5%;
    margin-top: 10px;
    margin-left: 10px;
    font-family: sans-serif;
    font-size: 12px;
    background-image: url(resize.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
input {
    font-size: 12px;
}
h1, iframe {
    padding: 0;
    margin: 0;
}
#size {
    width: 4em;
}

