﻿*
{
	margin:0px;
	padding:0px;
	border:0;
	font-size:100%;
	outline:none;
}

body,html  
{
    margin:0; 
    padding:0; 
    height:100%;
    min-height:100%;
    background-color:#fff;
    
    background:url(../images/bg.jpg);
}

#mainDiv
{
	width:950px;
	height:100%;
	left:50%;
	position:absolute;
	margin-left:-475px;
}

#icerik 
{
    min-height:100%;
    height:100%;
    width:950px;
    text-align:center;
    
}



.temizlik
{
    clear:both;
    line-height: 0em;
    width:0px;
    height:0px;
    margin:0px;
    padding:0px;
}






A { text-decoration:none; }


.trebuchet
{
	font-family:Trebuchet MS;
	font-size:12px;
}

.verdana
{
	font-family:Verdana;
	font-size:12px;
}


.link
{
	text-decoration:none;
}

.link:hover
{
	text-decoration:underline;
	cursor:pointer;
}

* html .link
{
	text-decoration:none;
	m: expression(this.onmouseover = new Function("this.className = 'link-hover';"));
}

* html .link-hover
{
	text-decoration:underline;
	cursor:pointer;
	m: expression(this.onmouseout = new Function("this.className = 'link';"));
}