#contacts-cont{
 position:absolute;
 top:40px;
    left:-850px;
    -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#contacts-cont:hover{
    left:0;
}
#hidden{
 height:500px;
width:850px;
 background-color:#BADA55;
float:left;
}
#shown{
 height:500px;
width:20px;
 background-color:#BADA55;
float:left;
}
.sm{
font-family:arial;
font-size:10px;
font-weight:bold;
color:nayy;
text-decoration:none;
}
.sm:visited{
color:red;
text-decoration:none;
}
.sm:hover{
color:green;
text-decoration:none;
}
.toc{
font-family:arial;
font-size:10px;
color:navy;
font-weight:bold;
margin-left:10px;
}