
html, body {
	height:100%;
}

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.logo {
/*	background-image: url(/img/flowers.jpg); */
	background-repeat: no-repeat;
	background-position: 100px top;
	width: 450px;
	padding-top: 70px;
}
.main-area {
	width: 450px;
	/*clip: rect(auto,auto,auto,auto);*/
	/*
	left: 250px;
	position: relative;
	top: 50px;
	*/
}


.main-table {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #FFFFFF;
	/*
	background-image: url(/img/index-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	*/
}
.main-table td {
	background-image: url(/img/index-bg-alsou.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menus {
	padding-top: 5px;
	padding-left: 175px;
}
.forum-messages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3F3F3F;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 176px;
}

.forum-messages a {
	font-size: 9px;
	color: #757575;
}

.forum-messages a:hover {
	font-size: 9px;
	color: #ffffff;
}


/* Roll-over для меню */



#MenuFlash  {
    display: block;
    width: 95px;
    height: 22px;
    background: url("/img/menu-flash.gif") no-repeat 0 0;
}
#MenuFlash:hover  { 
    background: url("/img/menu-flash-on.gif") no-repeat 0 0;
}

#MenuHTML  {
    display: block;
    width: 95px;
    height: 22px;
    background: url("/img/menu-html.gif") no-repeat 0 0;
}
#MenuHTML:hover  { 
    background: url("/img/menu-html-on.gif") no-repeat 0 0;
}

#MenuForum  {
    display: block;
    width: 95px;
    height: 22px;
    background: url("/img/menu-forum.gif") no-repeat 0 0;
}
#MenuForum:hover  { 
    background: url("/img/menu-forum-on.gif") no-repeat 0 0;
}


.title {
  display: none;
}
