* { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a { text-decoration: none; }
a:hover { 
  text-decoration: underline; 
}

a:hover, a:active, a:focus {
  outline: none;
}

body {
  background-color: #000;
  font-size: 10px;
  font-family: Arial;
}

.empty, .clear {
  clear: both;
  display: block;
}

.left { float: left; }
.right { float: right; }

.col-three { width:960px; }