/**
 * @author Bilal Cinarli
 * @copyright 2008
 * @company ICON Perception Management Co.
 * @contact contact@icon-pm.com
 * @web http://www.icon-pm.com
 * @project ATasarim
 * @file index.css
 * @version 1.0
 */
 body { background: #f8fcfb url(../media/image/template_images/index_bg.png) bottom left repeat-x; }
 	#wrapper { height: 100%; min-height: 100%; position: relative; width: 100%; }
 		#logo { bottom: 108px; left: 50%; margin-left: -82px; position: absolute; width: 164px; }
 		
 		#navigation { bottom: 68px; left: 50%; margin-left: -110px; position: absolute; width: 220px; }
 			#navigation ul li { border-bottom: 2px solid #a8ef16; float: left; padding-bottom: 3px; width: 100px; }
 			#navigation ul li.turkish { text-align: right; margin-right: 20px; }
 			#navigation ul li.english { text-align: left; }
 			#navigation ul li a { color: #000; font: 12px Verdana; }
 			#navigation ul li a:hover { color: #252b29; }
 		
 		#copyright { bottom: 10px; color: #555; display: none; font: 1em Verdana; position: absolute; text-align: center; width: 100%; }
 		#icon { height: 6px; overflow: hidden; position: absolute; right: 10px; bottom: 10px; }
		#icon a { background: url(../media/image/template_images/icon.gif) top left no-repeat; display: block; height: 11px; padding-top: 11px; width: 26px; }
 