/* CSS Document */
* {
  margin: 0; 
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

img {
  border: none;
}


#wrap {
  width: 289px;
  height: 150px;
}

body#branded p {
  text-align: center;
}


/* These ones are separate because they upset IE6 */
a[onclick], img[onclick] {
  cursor: pointer;
}

a:link, a:visited {
  border: none;
  text-decoration: none;
  color: black;
}

.nohaveimage {
  background: url("../image/blank.gif") no-repeat center;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.nohaveimage .text {
  font-weight: bold;
  vertical-align: -40%;
}

.haveimage img {
  vertical-align: bottom;
  cursor: pointer;
}

