body	{
	background: url('/images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Sans;
}

#home	{
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 126px;
	height: 16px;
	padding: 4px 8px;
	background: #ffffff;
	padding-top: 14px;
	padding-bottom: 14px;
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	filter:alpha(opacity=55);
	opacity: 0.55;
}