@import url("overlay.css");

div.content {
  width:880px;margin:0 auto;
}
#aside {width:310px;float:right;}

#aside img.profile {
	float: right;
	border: 8px solid #6d6962;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#aside ul a {
	display: block;
	padding: .5em 1em .5em 2.3em;
	cursor: pointer;
}

#aside li a {
	background-image: url(../img/contact-sprite.png);
	background-repeat: no-repeat;
}

#aside li#email a {
	background-position: 3px 5px;
}

#aside li#email a:hover {
	background-position: 3px -30px;
}

#aside li#skype a {
	background-position: 3px -64px;
}

#aside li#skype a:hover {
	background-position: 3px -100px;
}

#aside li#gchat a {
	background-position: 3px -136px;
}

#aside li#gchat a:hover {
	background-position: 3px -172px;
}

#aside a#vcard {
	background-position: 3px -210px;
}

#aside a#vcard:hover {
	background-position: 3px -246px;
}