html {
    text-align: center;
    background-color: #FFFFFF;
}
body {
    padding: 5px 5px 5px 5px;
    width: 400px;
    height: 230px;
    background-color: #BFBFBF;
    border: 1px solid #8E8E8E;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    font-family: Trebuchet MS;
    font-size: 15px;
    background-image: url(resize.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
input {
    font-size: 15px;
}
h1, iframe {
    padding: 0;
    margin: 0;
}
#size {
    width: 4em;
}
#submit {
    font-size: 18px;
    background-color: #89AAD6;
    color: #FFF;
    border: 1px solid #8E8E8E;
}
#footer {
	text-align: center;
	font-size: small;
}