body {
	background:url(../images/backgroundfade.jpg) 0 0 no-repeat;
	font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
}

#content {
	margin: 100px auto;
	width: 968px;
}

.clear {
	clear: both;
}

.box {
/*	border: 1px solid #fff;*/
	float: left;
	width: 174px;
	height: 174px;
	
	display: block;
	position: relative;
}

.rbox {
	background:url(../images/button.png) 0 0 no-repeat;
/*	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;*/	
}

.rbox:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}



.img {
	position: absolute;
	bottom: 0px;
}


a
{
	font-family: Helvetica, Verdana, Arial;
	text-decoration: none;
	color: #c6c6c6;
	font-style: normal;
	font-weight: normal;
}


a:hover
{
	
	text-decoration: underline;
	
}

.contact
{

	position: absolute;
	bottom: 20px;
	left: 95px;
}