body {	
	font-family:arial;
}

body a {
	color:#606060;
	text-decoration:none;
}

body a:hover {
	text-decoration:underline;
}

div#home {
	position:absolute;
	left:800px;
	top:0px;
	width:200px;
	height:25px;
	background:black;
	color:white;
}

#home a {
	color:white;
	margin-left:10px;
	margin-top:5px;
}

a#view_all {
	margin-left:40px;
}