/*
 *
 */

/* divs */

.file {
background: #FFFFDA url('images/div-file.png') top left no-repeat;
color: #585858;
padding: 40px 10px 10px 10px;
}

.terminal {
background: #000000 url('images/div-terminal.png') top left no-repeat;
color: #FFFFFF;
padding: 40px 10px 10px 10px;
}
.terminal a {
color: #77ABEB;
}
