body {
    font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}

div.Wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    border:1px solid #cfcfcf;
    text-align: center;
    padding: 20px;
}

div.Movable {
    position: absolute;
    left: 100px;
    top: 100px;
    width:500px;
    height: 500px;
	overflow:hidden;
    text-align: center;
    border:1px solid #cfcfcf;
    border-radius: 10px;
}

div.Movable img {
    width: 460px;
    margin: 20px;
    border: 1px solid #cfcfcf;
}