html {
    text-align: center;
    background-color: #EEf2f7;
}
body {
    padding: 5px 5px 5px 5px;
    width: 505px;
    height: 200px;
    background-color: #BBd3e7;
    border: 1px solid #000;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    background-image: url(resize.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

input {
    font-size: 12px;
}
h1, iframe {
font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
#size {
    width: 6em;
}
#submit {
    font-size: 20px;
    background-color: #A5D5E2;
    color: #FFF;
    border: 2px solid #000;
}
#footer {
	text-align: center;
	font-size: small;
}