﻿html {
     overflow:scroll;
     /*firefox scroll bar tolga ekledi*/
}

	body
	{
		margin: 0 auto;
		padding:0;
		text-align: center;
		background-color: #E2E2E2;
	}


#out
{
	position: relative;
	margin:0 auto;
	padding-top:10px;
	padding:0;
	text-align:center;
	background-color: #F7F8FB;
	width: 905px;
	height:580px;
	height:auto;
}


#main
{
	position: relative;
	float:left;
	padding:10px 0 0 10px;
	margin: 0;
	background-color: Transparent;
	width: 893px;
	border-top: solid 1px #888888;
	border-right: solid 1px #888888;
	border-left: solid 1px #888888;
	min-height:100%;
}

#top
{
	position: relative;
	float: left;
	width: 880px;
	height: 67px;
	/*background: url(images/year.jpg) no-repeat right;*/
}

#menu
{
	position: relative;
	float:left;
	width: 880px;
	height: 24px;
	background: url(images/mainMenuBg.jpg) repeat-x;
	border:solid 1px #BFD3E4;
}

#flash
{
	position:relative;
	float:left;
	width: 577px;
	height: 221px;
	margin:10px 0 5px 0;
	padding:0;
	text-align:center;
}

#user
{
	float:left;
	width:303px;
	height:221px;
	padding:0;
	margin:15px 0 5px 0;
	background: url(images/user.jpg) no-repeat;
}
#login
{
	position:relative;
	top:120px;
}


#mainLeft
{
	position: relative;
	float: left;
	width: 567px;
	height:auto;
	z-index:100;
}

#mainRight
{
	position: relative;
	float: left;
	width: 313px;
	height: 187px;
	/*background: url(images/mainProduct.jpg) no-repeat;*/
}

#footer
{		
	position: relative;
	float: right;
	width: 905px;
	height:60px;
	padding:0;
	margin:0;
	background: url(images/btm2.gif) no-repeat;
}
/*
#shadow
{
	position:absolute;
	background: url(images/shadow.jpg) no-repeat;
	background-color:#E2E2E2;
	width: 905px;
	height:15px;
	padding:0;
	left:180px;
}

/*
* html #shadow {margin:0px;} /*ie6 için*/
