html {height: 100%;}
body { 
	background-color: #F6F6F5;
	background-image: url('../images/top_menu/bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	text-align: justify;
	height: 100%;
	margin: 0px;
}
.header_link {
	text-decoration: none;
	color: #663300;
}
.header_link:hover {
	text-decoration: underline;
}
.header_link:visited {
	text-decoration: none;
	color: #663300;
}
.header_link:visited:hover {
	text-decoration: underline;
}
.header_font {font-size: 13px; font-family: arial,verdana,helvetica,sans-serif; font-weight: 400;}