html>body #plane { z-index:1; background: url(http://www.onebluebrick.com/playground/plane.png) no-repeat left -10px; position: relative; width:100%; height: 100%;}



/* Home TWEET */

 
#prevBtn, #nextBtn{ 
	display:block;
	position: absolute; 
	top:45px;
	}	

#prevBtn{left:0px;}	
#nextBtn{left:23px;}
														
#prevBtn a, #nextBtn a{  
	display:block;
	text-indent: -1000px;
	overflow: hidden;
	background: url(http://www.onebluebrick.com/images/hometweetleft.png) no-repeat 0 0;
	width: 23px;
	height: 19px;	
	}	
#nextBtn a{ 
	background: url(http://www.onebluebrick.com/images/hometweetright.png) no-repeat 0 0;
	}
	


/* HOME STATUSES */



	#statuses	{ width:460px; background: #fff; padding: 3px 5px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }

	.status-box	{ padding:15px 5px 10px 5px; background: url(http://www.onebluebrick.com/images/greydown.gif) top left repeat-x; border-bottom:1px solid #eee; }
		
	.status-box .image {float: left; width: 40px; margin-right:10px;}
	.status-box .status {float: left;width: 380px;}	
	.status-box .status p {
		margin: 0px 0px 8px 0px; 
		font-size:16px; 
		line-height: 23px; 
		color: #444;
		background: #f3f3f3;
		padding: 5px 10px;
		border-radius: 5px;
    	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
		}
	
	.status-box .status .info {color:#888; font-size: 13px; margin: 4px 0px 2px 0px;}
	.status-box .status .info .pic {float: left; width: 30px; margin:3px 10px 0px 0px;}
	.status-box .status .info .details {float:left; color:#888; width: 300px; font-size:13px;}
		