*{
/* set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:100%;
	margin:0;
	padding:0;
}
/*
===== 3: html and body =====
*/
html{
	min-width:770px;
}
body{
	font:65%/130% Verdana, Arial, Helvetica, sans-serif;
	color:#666;
/* align ie5 center screen */
	text-align:center;
/* Using the !important method over all else becuase although there _is_ JavaScript to force IE to support PNG transparency
it causes the links 'above' the background image to become unusable */
	background:#FFF url(kalori/../images/../sohbet/../sohbet/images/sohbet/../sohbet/images/chatgiris.jpg) 50% 0 no-repeat !important;
	_background:#FFF url(kalori/../images/../sohbet/../sohbet/images/sohbet/../sohbet/images/chatgiris.jpg) 50% 0 no-repeat;
}
/*
===== 4: typography =====
*/
/* linkypoos */
a,
#foot:hover a{
	color:darkblue;
	text-decoration:none;
}
