@charset "utf-8";
/* CSS Document */

			
		html, body {
			height: 100%;
		}
		
		body {
			display: table;
			width: 100%;
			margin: 0 auto;
			background:white url('janklosowski.jpg') bottom center no-repeat;
		}
		
		#wrapper {
			display: table-cell;
			vertical-align: bottom;
		}
		
				
		.cell {
			padding: 5px;
			text-align:center;
      height:	100px;		
		}	
		
		.cellfav {
			height: 364px;
			padding: 0 10px;	
			text-align:center;			
		}	
		
		#favs {
		    height: 26px;
			margin: auto;
			width: 78px;
			align: center;
			text-align: center;
			}

		img{
			border: 0px;			
		}
		
		.fav a{
			float:left;
		    display:block;
			padding: 5px;
			width:16px;
			height:16px;
			background: white;		
		}
		
		.fav a:hover{
			background:#ddd		
		}
		