@charset "utf-8";
/* CSS Document */

body{
	background:url(images/Tile.png) top center #2D2D2D;
	margin:0px;
}
#main{
	width:100%;
	margin:auto;
	background:url(images/Tile.png) #1B1B1B;

}
#zirmain{
	margin:auto;
	width:1000px;
}
#menu{
	width:100%;
	height:34px;
	background:url(images/menubg.jpg);
	text-align:right;
	padding:10px 10px 0px 0px;
}
#upmenu
{
    color: #000000;
    font-family:Tahoma;
    font-size:medium;
    text-decoration: none;
}
#downmenu
{
    color:#BB9542;
 text-decoration: none;
 font-family:Tahoma;
 
 }