body {
margin: 0;
padding: 0;
background-image: url('../images/background_content.png');
font-family: sans-serif;
font-size: 15px;
}
#head-top {
width: 100%;
height: 142px;
background-image: url('../images/background_head_top.png');
}
#head-bottom {
width: 100%;
height: 64px;
background-image: url('../images/background_head_bottom.png');
}
#content {
float: left;
margin: 0;
width: 100%;
}
#content-top {
margin: 0;
width: auto;
height: 44px;
background-image: url('../images/background_main_horizontal_borders.png');
}
#content-bottom {
margin: 0;
padding: 0;
width: auto;
}
#name {
margin-top: 50px;
margin-left: 50px; 
}
.content-inside {
margin: 50px;
}
.content-inside a {
color: #266ecf;
}
.clear {
clear: both;
}
.icon {
border: 0;
}
.menu {
margin: 25px;
padding: 5px;
float: left;
font-size: 0.9em;
width: 100px;
text-align: center;
}
.menu a {
text-decoration: none;
}

