style {
  font-family: 'Cantarell', sans-serif;
  font-size: 10px;
}

body {
  width:auto;
  background-color: #ffffff;
  font-family: 'Cantarell', sans-serif;
  font-size: 10px;
  text-align: center;
  color: #00000;
  overflow-x: hidden;
  overflow-y: scroll;
}

img { 
  border: 0px solid #000000;
}

a{
  color:#000; 
  text-decoration: none;
  -moz-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  -webkit-transition:color .2s ease-in;
} 

a:hover{
  color:#f00;
  text-decoration: none;
}

a:focus {
  color:#f00;
  outline: none;
}

#column {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
}

#header {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  padding: 20px 0 0;
  position: fixed;
  z-index: 100;
}

.float{
  width: 550px;
  padding: 25px;
  position: fixed;
}

#headline {
  text-align: center;
  letter-spacing: 2px;
  padding: 20px 50px;
  width: 500px;
  font-size: 2em;
  font-weight: bold;
}

#menu {
  width: 300px;
  border-top: 2px solid #000;
  text-align: center;
  padding: 20px 0 0;
  margin: 0 150px;
  font-size: 1.6em;
  word-spacing:30px;
}

#work{
  position: fixed;
  left: 10px;
  top: 10px;
  font-size: 13px;
  z-index: 200;
}

#links{
  top: 30px;
  position: fixed;
  font-size: .75em;
  width: 150px;
  text-align: left;
}

#links ul, li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}

#home{
  position: fixed;
  right: 10px;
  top: 10px;
  font-size: 13px;
  z-index: 200;
}

#info {
  display:none;
  position:absolute;
  width:600px;
  margin-top:200px;
  text-align: left;
  font-size: 1.4em;
}

#images {
  position:absolute;
  width:600px;
  margin-top:200px;
  text-align: left;
  font-size: 1.4em;
}

#images img{
  margin: 0 0 150px;
}

::selection {
  background:#D4CCC5;
  color:#000;
}

::-moz-selection {
  background:#D4CCC5;
  color:#000;
}

::-webkit-selection {
  background:#D4CCC5;
  color:#000;
}

