body 
{
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 18px;
	color: #FFFFFF;
	background: #000;
	text-align: left;
	font-weight: bold;
}

img{
	display: none;
}

#keret{
	margin: 0 auto;
	text-align: center;
	width: 600px;
}
#logok{
	clear: both;
	width: 100%;
	height: 300px;
}
#logok a{
	color: yellow;
	text-decoration: none;
}
#logok a:hover{
	color: yellow;
	text-decoration: underline;
}

#main{
	text-align: left;
}
#logok ul{
	padding-bottom: 20px;
	padding-left: 0px;
}

#logok ul li{
	font-weight: bold;
	list-style-type: none;
	float: left;
	padding-left: 15px;
	font-size: 20px;
}