
body {

	margin-top: 0px;

	margin-left: 0px;

	background-image: url(Images/back2.gif);

	background-repeat: repeat;
    text-align: center;
    
}

.footer {

 margin-left:55px;
 border: 0px solid green;
 width: 700px;
 margin-top: 1px;
 padding: 0px;
 font: 10px Arial, Helvetica, sans-serif;
 color: #fff;
 }

.style3 {font-size: 10px}

.style6 {color: #FFFFFF}

a:link { color:#FFFFFF; text-decoration:none}

a:visited { color:#FFFFFF; text-decoration:none}

a:hover { color:#FF00FF; text-decoration:none; cursor:hand}

a:active { color:#FFFFFF; text-decoration:none}


.container{
    border: 0px solid red;
    width: 600px;
    margin: auto;
    position: relative;

}
.soundplayer {
    position: absolute;
    width: 415px;
    height: 40px;
    border: 0px solid blue;
    left: 327px; 
    top: 481px;


}



