body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	overflow-y: scroll;
  background: url(../pic/index_01.jpg) no-repeat center center #030303;
  text-align: center;
}
h1, h2, h3, h4 {
	margin:0;
	font-weight: bold;
	color: #cF2F09;
}
h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }

#idMenu a {
	margin: 0px;
	padding:10px;
	display: inline-block;
	width: 145px;
	background-color: #ddd;
	text-align: center;
	color: black;
	xbackground-image: linear-gradient(#aaa 0%, #eee 40%, #bbb 100%);
	background-image: linear-gradient(#eee 0%, #ccc 40%, #eee 100%);
	border-right: 2px solid #eee;
	font-weight: bold;
	text-decoration: none;
}
#idMenu a:hover {
	text-decoration: underline;
	background-image: linear-gradient(#aaa 0%, #999 40%, #bbb 100%);
	color: white;
}

#idMenu a.activ {
	text-decoration: none;
	xbackground-image: linear-gradient(#aaa 0%, #999 40%, #bbb 100%);
	background-image: linear-gradient(#111 0%, #444 40%, #111 100%);
	color: white;	
}

#idNav {
	padding:10px;
}

#idNav a {
	color: #33a;
	text-decoration: none;
	display: block;
}
#idNav a:hover {
	background-color: white;
}

#idNav a.activ {
	background-color: #ffc;
}
