html {
    text-align: center;
    background-color: #FBF5F5;
}
body {
    padding: 5px;
    width: 700px;
    height: 400px;
    background-color: #FBF5F5;
    border: 0px solid #000;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -300px;
    font-family: sans-serif;
    font-size: 12px;
    background-image: url('resize.png');
    background-repeat: no-repeat;
    background-position:  right bottom;; margin-right:auto; margin-bottom:0
}
input {
    font-size: 15px;
}
h1, iframe {
    padding: 0;
    margin: 0;
}
#size {
    width: 4em;
}
#submit {
    font-size: 15px;
    background-color: #000000;
    color: #FFF;
    border: 3px solid #000;
}
#footer {
	text-align: center;
	font-size: small;
}
