/*
*	Filename			: index.css
*	Description		: index page styles of www.ads-points.com
* Creation Date	: 13.07.2007
*					
*				copyright © Icon Algı Yönetimi ve Bilişim Sistemleri
*	copyright © Icon Perception Management and Information Systems
*									email : contact@icon-pm.com
*/

body {
	background: #947d5b url(../media/images/template_images/index_bg.png) center repeat-y;
	text-align:center;	
	}

#wrapper {
	background: url(../media/images/template_images/index_bg_1.png) center no-repeat;
	display: table; 
	height: 100%; 
	width:100%;
	#position: relative;
	}

#centered {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	height:27px;
	left: 0;
	}

#langs {
	#position: relative; 
	#top: -50%;
	height:27px;
	}

.languages{
	margin:0px auto;
	width:118px;
	height:27px;
	overflow:hidden;
	}
	
	.languages ul {
		list-style:none;
		margin:0;
		padding:0;
		}
	
	.languages ul li {
		overflow:hidden;
		margin:0;
		padding:0;
		display:inline;
		}
	
	.languages ul li a{
		float:left;
		overflow:hidden;
		margin:0;
		padding:0;
		display:block;
			height: 0px !important;
			height /**/:27px; /* IE 5/Win hack */
			padding:27px 0 0 0;
			width:59px;
			overflow: hidden;		
		}
		
		.languages li.turkish a {
			background:url(../media/images/template_images/turkish.png) no-repeat;
			}
		
		.languages li.english a {
			background:url(../media/images/template_images/english.png) no-repeat;
			}