@charset "utf-8";

body {
	margin: 0px;
	background: url('../images/hatter_pici.jpg');
}

#main_cont {
	width: 1024px;
	height: 768px;
	margin: auto;
	border: 0px;
}

#all_cont {
	width: 1024px;
	height: 768px;
	float: left;
}

#menu_cont {
	width: 300px;
	height: 768px;
	float: left;
}	

#page_cont {
	width: 724px;
	height: 768px;
	float: left;
	background: url('../images/tartalom_hatter.jpg');
}

.usual_text {
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

.links {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: red;
}

.links:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	color: yellow;
}

