body {

	background-color:#095ea6;
}

.box {
	width: 400px;
	height: 500px;
	background-image: url(ruxon.png);
	background-repeat: no-repeat;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    margin: auto;
}