﻿html
{
	overflow: scroll; /*firefox scroll bar tolga ekledi*/
}

body
{
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: #F0F0F0;
}


#out
{
	position: relative;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: #F0F0F0;
	width: 840px;
	height: 580px;
	border: solid 1px #868686;
}

#top
{
	position: relative;
	float: left;
	width: 840px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: White;
}

#logo
{
	position: relative;
	float: left;
	width: 840px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/logoTop.gif) no-repeat center bottom;
	z-index:999;
}

#menu
{
	position: relative;
	width: 840px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
}


#main
{
	position: relative;
	float: left;
	width: 840px;
	height: 475px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: Transparent;

}

#mainContainer
{
	position: relative;
	float:none;
	width: 780px;
	height: 475px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: #E4E4E4;
}


#mainBig
{
	position: relative;
	float: left;
	width: 780px;
	height: 286px;
	margin: 20px 0 0 0 ;
	padding: 0;
	text-align: center;
	background: url(images/mainBig.jpg) no-repeat center;
}

#mainFlash
{
	position: relative;
	float: left;
	width: 780px;
	height: 130px;
	margin: 15px 0 0 0 ;
	padding: 0;
	text-align: center;
	/*background: url(images/mainFlash.jpg) no-repeat center;*/
}

#footer
{
	position: relative;
	float: left;
	width: 770px;
	height: 10px;
	margin: 5px 5px 0 5px ;	
	padding: 0;
	text-align: right;
}