
body {
    margin: 0;
    padding:0;
    font-size: 16px;
    font-family: Georgia, sans-serif;
    background-color:#ebeae6;
}

#signature {
	width:100% ;
	text-align:center;
    padding: 10px;

    position:fixed; 
    bottom: 0px;
}

#photo {
    height: 1200px;
}

#content {
    margin-left: 40px;
    margin-top: 20px;
}

#content a{
	display:inline-block;
	width:32px;height:32px;
	background:url("../img/icon.png") transparent 0 0 no-repeat;
}


#content a#vk{background-position:0px    0px; }
#content a#li{background-position:0px   -64px;}
#content a#fb{background-position:-32px  0px; }
#content a#hb{background-position:0px   -32px;}
#content a#so{background-position:-32px -32px;}
