﻿html
{
	padding:0 0 0 0;
	margin :0 0 0 0;	
	text-align:-moz-center;
	*text-align:center;
	width:100%;
	height:100%;
}
body 
{
	padding:0 0 0 0;
	margin :0 0 0 0;
	width:100%;
	height:100%;
	background-color:#9FA8BC;
}
#form1
{
    width:100%;
	height:100%;
}
#mainTop
{
   width: 100%; 
   height:85px; 
   background-image: url('../images/bg/main1.jpg');
   background-position: bottom left;
   background-repeat: repeat-x; 
}

#mainMiddle
{
    width: 100%; 
    height: 257px; 
    background-image: url('../images/bg/main2.jpg');
    background-position: bottom left; 
    background-repeat: repeat-x;
}

#mainMiddleLeft
{
    background-image:url('../images/bg/leftLight.jpg'); 
    background-repeat:no-repeat; 
    background-position:right top;
    
}

#mainMiddleRight
{
    background-image:url('../images/bg/rightLight.jpg'); 
    background-repeat:no-repeat; 
    background-position:left top;
    
}

#mainBottom
{
    width: 100%; 
    height:227px;
    background-image: url('../images/bg/main3.jpg'); 
    background-position: top left; 
    background-repeat: repeat-x;
}

.tdUrunListesiIsim
{
	text-align:center; 
	vertical-align:bottom;
	padding-bottom: 10px;
	height:17px;
	width:137px;
}
