body {
  background-color: #fff ;
  color: #000 ;
  font-family: Verdana, Tahoma, "sans serif" ;
  margin: 0 ;
}

a {
  color: #f00 ;
  font-weight: bold ;
  text-decoration: none ;
}

div#header {
  background-attachment: scroll ;
  background-color: #f00 ;
  background-image: url( 'ext.jpg' ) ;
  background-position: top left ;
  background-repeat: repeat-x ;
  height: 170px ;
  width: 100% ;
}

div#content {
  margin: 0 auto ;
  width: 700px ;
}

div.box {
  background-color: #fee ;
  border: 1px #faa solid ;
  font-size: 8pt ;
  padding: 5px ;
  height: 340px ;
}

div.title {
  background-color: #fff ;
  border: 1px #faa dashed ;
  color: #999 ;
  font-size: 10pt ;
  font-weight: bold ;
  padding: 5px ;
}

span.subtitle {
  font-weight: bold ;
  text-decoration: underline ;
}

div#portfolio {
  float: left ;
  width: 300px ;
}

div#skills {
  float: right ;
  width: 300px ;
}

div#background {
  font-weight: bold ;
  margin: 0 auto ;
  width: 600px ;
}

div.link, div.link a {
  color: #000 ;
  font-weight: bold ;
  text-align: center ;
}

div#copyright {
  position: absolute ;
  top: 3px ;
  right: 3px ;
  color: #faa ;
  font-size: 8pt ;
  text-align: right ;
}