@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #aaaaaa;
}

div#logo {
	background: #FFFFFF url(images/top_bg.png) repeat-x left top;
	height: 60px;
	padding-top: 3px;
	padding-left: 10px;
}

div#lines {
	background: #aaaaaa url(images/lines.png) no-repeat right top;
	position: absolute;
	top: 63px;
	right: 0px;
	width: 260px;
	height: 273px;
	z-index: -1;
}

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;
}