/* CSS Document */

body {
	text-align:center;
	margin:auto;
	background-image:url(images/bkgd_yahoo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}
#container {
	text-align:center;
	margin:auto;
	height:100%;
}
.caption {
	color:#666666;
	font-size:xx-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	text-align:center;
}
#home_button {
	text-align:center;
	margin:auto;
}
#home_button a{
	background: url(images/home_button.gif) no-repeat;
	background-position: 50% 0;
	height:32px;
	width:100%;
	display:block;
}
#home_button a:hover{
	background-position: 50% -32px;
	background-repeat:no-repeat;
}
#hide {display:none;}
#empty_block{
	height:300px;
	position:relative;
}
