* 		{ margin: 0; padding: 0; border: none; outline: 0; }
body 	{ color: #06402f; background: #cbe9b7 url(../images/bg_burst.gif) no-repeat 50% 0; line-height: 1; }
a 		{ color: #06402f; text-decoration: none; }
a:hover 	{ text-decoration: underline; }
:focus 	{ outline: 0; }

#wrap { padding-top: 95px; margin: 0 auto; width: 960px; position: relative; }
#wrap h1 { position: absolute; top: 55px; left: 10px; z-index: 9000; }
		
	#content_new 				{ padding: 10px; height: 284px; background: #fff; }
	#content_new li 			{ margin-left: 10px; width: 180px; height: 284px; background-image: url(../images/sprite_logos.jpg); display: inline; float: left; position: relative; overflow: hidden; }
	#content_new li:first-child 	{ margin: 0; }
	#content_new a				{ width: 180px; height: 284px; text-indent: -9999px; display: block; position: absolute; top: 0; left: 0; z-index: 999; cursor: pointer; }
	#content_new a:hover		{ background: none; z-index: 0; }
		#sorbee 	{ background-position: 0 0; }
		#country	{ background-position: -180px 0; }
		#crystal	{ background-position: -360px 0; }
		#dream	{ background-position: -540px 0; }
		#ihop	{ background-position: -720px 0; }
			
	#foot 			{ padding: 10px; font: 11px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; }
	#foot div 		{ width: 50%; display: inline; float: left; }
	#foot div.right 	{ text-align: right; }
	#foot p 			{ line-height: 22px; }
	#foot span 		{ margin: 0 5px; }
	
.clear:after { height: 0; display: block; clear: both; visibility: hidden; content: "."; }
