body {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
background-color: #000000;
background-repeat: repeat-x;
}

img {
border: none;
padding: 0px;
}

a img {
border: none;
padding: 0px;
}

h1 {
color: #FFF;
font-size: 2em;
font-weight: bold;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2 {
color: white;
font-size: 1.5em;
}

.all {
/*background-color: #FFF;*/
position: absolute;
width: 980px;
height: 700px;
top: 50%;
left: 50%;
margin-top: -350px;
margin-left: -490px;
}

.video {
padding-top: 175px;
text-align: center;
}

.audio {
position: absolute;
bottom: 0px;
left: 0px;
}

.handschuh {
position: absolute;
left: 400px;
top: 50px;
z-index: -99;
}

.text {
position: absolute;
top: 75px;
left:350px;
}

.sale {
position: absolute;
width: 100%;
top: 600px;
}

div.c1 {
text-align: center
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #fff;
}