body {
			background: url(sonyback.png) repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
}

#s0ny {
    border-radius: 25px;
    width: 35%;
    min-width: 280px;
    text-align: center;
    background-color: #FFFFFF;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 20px;
    right: 0;
    overflow: auto;
    margin: auto;
    margin-bottom: 50px;
    opacity: 0.8;
    max-width: 520px;
}

html{
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}