html { 
	height: 100%; 
}
body#home {
	background-color: #FFF;
	height: 100%;
	position: relative;
}
#home h1 {
	position: absolute;
	left: -9999px;
	top: 0px;
}

#home #container {
	background-image: none;
	height: 100%;
	width: 100%;
}
#home #footer {
	width: 100%;
}
#home #footer #upper{
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 12px;
}
#home #footer #upper a   {
	text-decoration: none;
}
#home #footer #upper a:hover {
	text-decoration: underline;
}
#home #footer #upper h4 {
	margin-bottom: 6px;
}


#home #footer #upper #RSS{
	float: left;
	width: 260px;
	margin-right: 20px;
}
#home #footer #upper #join {
	float: left;
	margin-right: 20px;
}
#home #footer #upper #question {
	float: left;
}
#home #footer #upper #RSS #blog span {
	background-color: #F06;
	width: 60px;
	margin-right: 5px;
	color: #333;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#home #footer #upper #RSS #blog li {
	margin-bottom: 6px;
}

#home #footer #downer {
	clear: both;
}
