div#logout {
	display: block;
	width: 159px;
	height: 80px;
	background: #000000 url('../images/logout.jpg') no-repeat 0px 0px;
	cursor: pointer;
	float: right;
}	

div#logout:hover {
	background: #000000 url('../images/logout.jpg') no-repeat 0px -80px;
}

div.button {
	background: #000000 no-repeat 0px 0px;
	display: block;
	width: 239px;
	height: 120px;
	cursor: pointer;
	float: left;
}

div.button:hover {
	background: #000000 no-repeat 0px -120px;
}

div.smallbutton {
	background: #000000 no-repeat 0px 0px;
	display: block;
	width: 160px;
	height: 80px;
	cursor: pointer;
	float: left;
}

div.smallbutton:hover {
	background: #000000 no-repeat 0px -80px;
}


div#linkcontainer {
	width: 560px;
}