body {
background: #fff;
font-family: Tahoma,Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #000;
letter-spacing: 1px;
margin: 0px;
padding: 0px;
text-align: center;
}

a:link,
a:active,
a:visited,
a:hover {
color: #000;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}

a:hover {
text-decoration: underline;
}

p {
margin: 0 0 1em 0;
}

#header {
background: #000;
height: 130px;
margin-bottom: 1em;
}

#wrapper {
width: 920px;
text-align: left;
margin: 0 auto;
background: #fff url('images/sep.gif') left top repeat-y;
}

h2 {
font-size: 1.5em;
margin: 0 0 1em 0;
}

.col {
float: left;
}

#player {
margin-bottom: 1em;
}

#one {
width: 300px;
}

#two {
width: 320px;
margin-left: 25px;
}

#images {
width: 250px;
margin-left: 25px;
}

.left {
text-align: left;
}


.clear:after {
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */