* {
	font-family:arial;
	margin:0;
	padding:0;
}
a { color:#0066CC; } a:hover { text-decoration:none; }
#header {
	text-align:center;
	font-weight:bold;
	padding:10px;
}
#logo {
	text-indent:-5000px;
	background:url(../images/index-logo.png) no-repeat;
	width:500px;
	height:148px;
	margin:0 auto;
}
#menu {
	width:auto;
	background:none;
	margin:0 0 45px 0;
}
#menu li {
	margin:0 10px;
	list-style:none;
}
#menu li a {
	padding:5px 10px 35px 10px;
	color:black;
	font-weight:bold;
	font-size:85%;
	text-decoration:none;
}
#menu li a:hover {
	background-color:#FFFFFF;
	color:#0066CC;
}
#menuDictionary { background:url(../images/nav-dictionary.jpg) no-repeat bottom center; }
#menuTranslator { background:url(../images/nav-translation.jpg) no-repeat bottom center; }
#menuForum { background:url(../images/nav-forum.jpg) no-repeat bottom center; }
#menuMobile { background:url(../images/nav-mobile.jpg) no-repeat bottom center; }
#menuRegister { background:url(../images/nav-blog.jpg) no-repeat bottom center; }
#menuTools { background:url(../images/nav-tools.jpg) no-repeat bottom center; }

#body {
	text-align:center;
}

#footer {
	text-align:center;
	font-size:.8em;
	margin:20px;
}
#footer p {
	padding-top:5px;
	color:#666666;
}
#footer a {
	font-weight:bold;
}