body {
  background: #FFF url('img/bgbody.png') repeat-x;
  font-family: Sans-serif, Verdana, Arial, Helvetica;
  color: #545454;
  margin: 0;
  padding: 0;
}

#header {
  position: relative;
  text-decoration: none;
  font-size: 2.5em;
  color: #2e3436;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 20px;
  background: url('img/logogetdeb.png') top left no-repeat;
  height: 100px;
}

#header h1 {
  font-size: 15px;
}

#header span {
  color: #000;
}

#user_bar {
  width:100%;
  text-align: right;
  border-bottom: 2px solid #babdb6;
  font-size: 0.5em;
  line-height:normal; 
}

/* Icons */

.cd {
background: url('img/icon_cd.png') left top no-repeat;
}

.dvd {
background: url('img/icon_dvd.png') left top no-repeat;
}

.floppy {
background: url('img/icon_floppy.png') left top no-repeat;
}

.win {
background: url('img/icon_win.png') left top no-repeat;
}

/* DIV GetDebian */

#getdebian {
font-size: 1.0em;
text-align: left;
margin-left: 100px;
margin-right: 100px;
}

#getdebian h1 {
font-size: 15px;
}

#getdebian li {
position: relative;
list-style: none;
margin-top: 5px;
}

#getdebian a {
display: block;
height: 60px;
padding-left: 60px;
text-decoration: none;
color: #7f7f7f;
font: 25px/2.5em Verdana, Arial, sans-Serif;
border: 1px solid #fff;
}

#getdebian li a:hover {
color: #545454;
border: 1px solid #9f9f9f;
}

#getdebian span {
position: absolute;
bottom:0;
font-size: 1.0em;
right: 5px;
display: none;
}

#getdebian li:hover span {
display: block;
}

/* DIV Footer */

#footer {
margin-left: 100px;
margin-right: 100px;
margin-bottom: 20px;
margin-top: 20px;
padding-top: 10px;
border-top: 2px solid #babdb6;
text-align: center;
font-size: 0.9em;
}
