/* 
	Homepage
*/
	
	.pod-1,
	.pod-2,
	.pod-3{
		width:208px;
		height:128px;
		float:left;
		background-image:url(../images/pod-1.jpg);
		background-position:0 0;
		background-repeat:no-repeat;
	}
	
	.pod-2{
		background-image:url(../images/pod-2.jpg);	
		margin-left:20px;
	}
	.pod-3{
		background-image:url(../images/pod-3.jpg);	
		margin-left:20px;
	}
	
	h1 {
		line-height:1em;
		padding-bottom:5px;
	}