/* CSS Document */

#picture {
	width: 250px;
	height: 250px;
	margin: 2px -1px 2px 2px;
	float: right;
	border: 1px solid black;	
}

p.first:first-letter {
	font-size: 16px;
	font-weight: bold;
}

#weather {
	position: absolute;
	bottom: 0px;
}

#spacer {
	height: 90px;
	width: 100%;
}
