html {
    text-align: center;
    background-color: #ffffff;
}
body {
    padding: 5px 5px 5px 5px;
    width: 500px;
    height: 400px;
    background-color: #BBD9EE;
    border: 10px solid #DCE1E5;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    font-family: sans-serif;
    font-size: 15px;
     background-repeat: no-repeat;
    background-position: bottom right;
}
input {
    font-size: 15px;
}
h1, iframe {
    padding: 0;
    margin: 0;
}
#size {
    width: 4em;
}

}
#footer {
	text-align: center;
	font-size: small;
}