@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/body.gif);
	background-repeat: repeat;
	background-color: #373A42;
	behavior: url("scripts/csshover3.htc"); 
	margin: 0px;
}

img {
	border: none;
}

#top {
	background-color: #eaeae6; 
	border: 6px solid #ffffff;
	margin: 5px 5px 0px 5px;
}

div#sflink {
	padding: 5px;
	text-align: right;
}

div.sf {
	background-image: url(images/logo_small_grey.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
}

div.sf:hover {
	background-image: url(images/logo_small_color.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
	outline: none;
}