
/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 - 2011 danielfajardo web

  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */

#absolute div.wrap {
	width: 720px;
	height: 300px;
	margin: 64px 25%;
	padding: 16px 32px 16px;
	position: absolute;
	background-color: #efefef;
}

#absolute ul.browsers {
	list-style: none;
	display: inline;
}

#absolute li {
	float: left;
	margin-top: 20px;
}

#absolute li, #absolute div {
	width:  144px;
	height: 144px;
}

#absolute div.safari   { background: #efefef url(./images/browser-safari.jpg) no-repeat }
#absolute div.firefox  { background: #efefef url(./images/browser-firefox.jpg) no-repeat }
#absolute div.chrome   { background: #efefef url(./images/browser-chrome.jpg) no-repeat }
#absolute div.opera    { background: #efefef url(./images/browser-opera.jpg) no-repeat }
#absolute div.explorer { background: #efefef url(./images/browser-explorer.jpg) no-repeat }
