@CHARSET "UTF-8";

#socialnetworks {
	width: 256px;
	min-height: 90px;
	background-image: url('../images/background.png');
	padding: 10px 20px;
    margin-left: 4px;
}

#socialnetworks>div.header1{
	font-weight: bold;
	text-transform: uppercase;
    text-align: center;
}

#socialnetworks>div.header2{
	color: #3566D7;
	margin-bottom: 20px;
    text-align: center;
}

#socialnetworks>a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: black;	
	border-right: 1px solid grey;
	width: 48%;
	text-align: center;
}

#socialnetworks>a + a {
	border-right: none;
}

#socialnetworks>a * {
	display: inline-block;
	vertical-align: middle;
}




