html, body, div, h1, h2, ul, li, hr { margin: 0; padding: 0; }

body { background: #dcd6cb url('pictures/body_background.png') repeat-x; }

#main { width: 896px; height: 456px; margin: -228px 0 0 -448px; position: absolute; top: 50%; left: 50%; }
	h1 { width: 661px; height: 41px; margin: 0 auto; background: url('pictures/logo.png'); text-indent: -2000em; font-size: 0; }
	h2 { width: 61px; height: 44px; position: absolute; right: 65px; background: url('pictures/sublogo.png'); text-indent: -2000em; font-size: 0; }

	hr { visibility: hidden; clear: both; border: 0; }

	#menu { width: 100%; margin: 156px 0 0 0; list-style: none; }
		#menu li { width: 141px; height: 115px; margin: 0 0 0 10px; float: left; position: relative; background: url('pictures/button_background.png'); }
			#menu li:hover { background-position: -141px 0; }
			#menu li .hoverEffect { width: 141px; height: 115px; display: none; position: absolute; top: 0; left: 0; background: #dcd6cb url('pictures/button_background.png') -141px 0; }
			#menu li.first { margin: 0; }

		#menu li a { height: 115px; display: block; position: relative; z-index: 1; background-repeat: no-repeat; background-position: center center; text-indent: -2000em; font-size: 0; }
			#portfolio { background: url('pictures/button_portfolio.png'); }
			#blog { background: url('pictures/button_blog.png'); }
			#twitter { background: url('pictures/button_twitter.png'); }
			#flickr { background: url('pictures/button_flickr.png'); }
			#delicious { background: url('pictures/button_delicious.png'); }
			#lastfm { background: url('pictures/button_lastfm.png'); }

		#contact { margin: 108px 0 0 0; position: absolute; right: 0; list-style: none; text-indent: -2000em; font-size: 0; }
			#contact li { width: 252px; height: 6px; margin: 0 0 8px; background-repeat: no-repeat; background-position: top right; }
				#work { background: url('pictures/text_work.png'); }
				#email { background: url('pictures/text_email.png'); }
					#email a { height: 6px; display: block; }
				#jabber { background: url('pictures/text_jabber.png'); }
				#gadugadu { background: url('pictures/text_gadugadu.png'); }