body {
    background: url('yogi.jpg') no-repeat;
}

ul.menu {
	text-align:	center;
}

ul.menu li {
	display:	inline;
	margin:		10px;
}

h1 {
	text-align:	center;
	border:		1px dotted blue;
	background:	#EEE;
	margin:		75px 60px 85px 350px;
}

h2 {
	background:	#DEEEEE;
	padding-left:	100px;
	border:		1px dotted blue;
}
