body{
	background-image: url(../images/background.jpg);
}

#wrapper{
	background-image: url(../images/glow.png);
	width: 490px;
	height: 235px;
	margin: 0 auto;
	margin-top: 200px;
	padding: 115px 80px 0 80px;
}

#social a{
	width: 32px;
	height: 32px;
	margin: 0 17px 17px 0;
	display: block;
	float: left;
}

#social a img{
	border: none;
}

.tipsy{ 
	padding: 5px; 
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
	font-family: Arial, Verdana, sans-serif;
	margin-top: 2px;
}

.tipsy-inner{ 
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}

.tipsy-inner{ -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north{ background-position: top center; }
.tipsy-south{ background-position: bottom center; }
.tipsy-east{ background-position: right center; }
.tipsy-west{ background-position: left center; }
