html{ 
margin: 0;
min-height: 100%;
background-color: #1D2A5B;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #2977C9 0%, #1D2A5B 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #2977C9 0%, #1D2A5B 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #2977C9 0%, #1D2A5B 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2977C9), color-stop(1, #1D2A5B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #2977C9 0%, #1D2A5B 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #2977C9 0%, #1D2A5B 100%);
}

body{
text-align:center;
}

.bodyAlign{
padding: 0px;
margin: 0;
}

.soundcloud
{
height: 300px;
width: 359px;
}
