html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	
	background-image: url(../img/background.png); 
	
	background-repeat: repeat;
	
	color: black; 
	
	font-size: 11px; 
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menu_bground 
{
	background-image: url(../img/middle_meniu_selected_background.png); 
	background-repeat: repeat;
}

a.menu { color: black; text-decoration: none; }
a.menu:hover { color: red; }

a { color: black; text-decoration: none; }
a:hover { color: red; }
a:visited { color: black; text-decoration: none; }

* html body { text-align: left; }

p, blockquote {
	margin: 0;
	padding: 0;
}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
	
/* Lists
------------------------------*/

	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
select { padding: 0; }

