/* devakutusu.com - Spirulina Cascade Style Sheet */
/* Copyright 2009 - created by: srcn */
/* All Rights Reserved */


body{
	background:url(../images/bg.png) repeat-x;
	margin:0;
	padding:0;
}

#mainContainer{

}

#logo{
	background:url(../images/logo.jpg);
	height:64px;
	width:308px;
	margin:20px auto;
}

#body{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

#ganoturkLink{
	background:url(../images/ganoturk.jpg);
	height:240px;
	width:320px;
	float:right;
	cursor:pointer;
}

#agromaLink{
	background:url(../images/agroma.jpg);
	height:240px;
	width:320px;
	float:left;
	cursor:pointer;
}

#spirulinaLink{
	background:url(../images/spirulina.jpg);
	height:240px;
	width:320px;
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	cursor:pointer;
}
#zeytolive{
	background:url(../images/zeytolive.jpg);
	height:240px;
	width:320px;
	float:right;
/*	margin-bottom:10px;
	margin-left:340px; */
 	cursor:pointer;
}
#dioskorideslink{
	background:url(../images/dioskorides.jpg);
	height:240px;
	width:320px;
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	cursor:pointer;
}
#omercoskunlink{
	background:url(../images/dr-omer-coskun.jpg);
	height:240px;
	width:320px;
/*	margin-bottom:20px; */
	float:left;
 	cursor:pointer;
}
#bottomNote{	
	text-align:center;
	margin:auto;
	width:800px;
	clear:both;
	font-family:"Trebuchet MS", times, arial;
	font-size:12px;
}

#bottomNote a{
	color:#1C687C;
	text-decoration:none;
}