@CHARSET "UTF-8";
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#all {
	position: relative;
	height: 100%;
}

html>body #all {
	height: auto;
	min-height: 100%;
}

#empty,#footer {
	height: 92px;
}

/* or
  #footer {height: _foo_;}
  #empty {height: _foo_ + _bar_;}
*/
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}


/* main */
body {
	background: #000000;
	font-family: Tahoma, Verdana, Geneva, arial;
	font-size: 62.5%;
	color: #777777;	
}

#all{
	background: url('../img/main/bg.png') center top repeat-x;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #777777;
	font-family: Tahoma, Verdana, Geneva, arial;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div {
	padding: 0px;
	margin: 0px;
}

/* footer */
#footer{
	font-size: 1.1em;
	color: #56575a;
}

#footer small{
	font-size: 9px;
}

#footer span{
	color: #56575a;
	font-size: 1.545em;
	font-weight: normal;
}

#footer a{
	font-size: 0.818em;
	text-decoration: none;
}

#footer a span{
	color: #ebebeb;
	font-size: 1em;
}

/* main menu */
#main_menu{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 72px;
	left: 0px;
}

#main_menu a{
	font-size: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ebebeb;
	margin: 0px 35px;
	display: inline-block;
}

#main_menu a:hover{
	color: #fdfdfd;
}

#cat_menu{
	color: #a8a8a8;
}

#cat_menu a{
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	margin: 35px 110px;
}

#cat_menu a:hover{
	color: #cacaca;
}
