*{	margin:0;padding:0;}
html,body{
	height:100%;
}
body{
	background-image:url(fortunes-bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
}
#floater{
	height:50%;
	margin-bottom:-40px;
}
#content{
	width:100%;
}
#content div{

	background-color:none;
}
#content div#fortune{
	width:350px;
	margin:auto;
	border-width:1px;
	border-style:solid;
	border-color:#bec0bf #756e5e #756e5e #bec0bf;
	background-color:#cfd6e0;
}