.interface_body
{
   background-color: black;
   color:white
}
.background
{
   width: 1024px;
   height: 150px;
   background-image: url(../images/pieces/background.jpg);
   background-repeat: no-repeat;
}
.form_top
{
   width: 800px;
   height: 150px;
   background-image: url(../images/pieces/table_top.jpg);
   background-repeat: no-repeat;
}
.form_middle
{
   width: 500px;
   background-image: url(../images/pieces/table_middle.jpg);
}
.form_middle2
{
   width: 500px;
   background-image: url(../images/pieces/table_middle2.jpg);
}
.form_bottom
{
   width: 800px;
   background-color:black;
}
.middle_tittle
{
   width: 800px;
   height: 20px;
   margin-left: 10px;
   margin-top: 10px; 
   background-color:3cd3ff;
}
.middle_text
{
   margin-left:10px;
}
.avatar
{
   width:120;
   height:120;
   background-image: url(../images/pieces/avatar_background.jpg);
   background-repeat: no-repeat;
}
.avatar_image
{
   margin-top: 10px;
}
.user_mixes_list
{
   width:300;
   height:50;
   color: white;
   padding-right:10;
   overflow: hidden;
}
.text
{
   padding:10;
}
