html, body, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    width: 100%;
	height: 100%;
    overflow: hidden;
    background-color:#bbbdbd;
    background-image: url(/brewdancing.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.winamphome{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: aqua;
    width: 500px;
    height: 500px;
}