.content_bg {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}
body {
	background-color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: lighter;
}
.txt {
	width: 450px;
	margin-bottom: 50px;
}
a.link {
	color: #99CC00;
	text-decoration: none;
}

#facebook{
		position:absolute;
		z-index: 10

	}
	#facebook a{
		background-image: url("images/facebook.jpg");
		display: block;
		height: 35px;
		left: 555px;
		position: relative;
		top: -100px;
		width: 270px;
		text-indent:-999em;
		background-position: 0px 0px

	}

	#facebook a:hover{
		background-position: 0px -46px 
	}
