html {
    text-align: center;
    background-color: #800000;
}
body {
    padding: 5px 5px 5px 5px;
    width: 500px;
    height: 300px;
    background-color: #BFBFBF;
    border: 10px solid #000;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    font-family: sans-serif;
    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: 20px;
    background-color: #FF0000;
    color: #FFF;
    border: 3px solid #000;
}
#footer {
	text-align: center;
	font-size: small;
}