body {
	position: relative;
	margin: 0;
	padding: 0;
	background: rgb(153,153,153) url(../images/backgrounds/luggage.jpg) 0 0 no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
}

div#title
{
	position: fixed;
	height: 50px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	background: rgb(66,66,66) url(../images/backgrounds/luggage.jpg) 0 0 no-repeat fixed;
	width: 100%;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
	z-index: 3;
}

div.nav a:hover
{
	color: rgb(255,255,255);
	background: rgb(66,66,66) url(../images/backgrounds/luggage.jpg) 0 0 no-repeat fixed;
}

div.tools a:hover
{
	color: rgb(255,255,255);
	background: rgb(66,66,66) url(../images/backgrounds/luggage.jpg) 0 0 no-repeat fixed;
}