/* GENERAL STYLES */
html, body
{
	margin:0;
	padding:0;
	height: 100%;
}

#master
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}



#header 
{
	background: url(Images/Header/background.jpg) repeat-x left top;	
	height: 100px;	
	padding: 0px;
	margin: 0px;
}

#info
{
	background-color: #3c5929;
	color: White;
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
	border-top: solid 2px #577246;
	height: 20px;
}	

.Menu
{
	background-color: Black;
}

.Anarz
{
	left: 0;
}


#footer 
{
	background-color: #3c5929;
	height: 10px;	
	color: #3c5929;
	bottom: 0;
	color: White;
	font-size: 9px;
	font-family: Verdana;
	text-align:center;
}	

