@CHARSET "UTF-8";

body
{
 background: black;
 font-family: Tahoma;
	font-size: 14px;
}

.mainwin
{
	background-image: url("../ProjectImages/mainfon.png"); /* Путь к фоновому рисунку */
    background-position: center center; /* Положение фона */
    background-repeat: no-repeat; /* Отменяем повторение фона */
 	position: relative;  
}

.logo
{
	position: absolute;
	top : 50px;
	left:410px;
}

.mainframe
{
	overflow-y: auto;
	width: 650px;
	height: 710px;		
	position: absolute;
	top: 230px;
	left: 310px; 
}

.menuitem
{
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	cursor:pointer;
	
	/*color: rgba(88,140,145, 0.7);*/
   /* text-shadow: 1px 2px 4px black, 0 0 0 #000, 1px 2px 4px black;*/
	
	
}
/*
::-moz-selection { background: #98e7ea; color: #588c91; text-shadow: none; }
::selection { background: #98e7ea; color: #588c91; text-shadow: none; }*/


.menuitemmain 
{ 
	color: #588c91;
	text-decoration: none;
	position: absolute;
	top : 286px;
	left: 80px;
}


.menuitemlegend:hover,
.menuitemhowtoplay:hover,
.menuitemdownload:hover,
.menuitemforum:hover,
.menuitemcontact:hover,
.menuitemplaydemo:hover,
.menuitemmain:hover
{
	text-decoration: none;
	color: #98e7ea;
}

.menuitemlegend
{
color: #588c91;
	text-decoration: none;
	position: absolute;
	top : 340px;
	left: 80px;
}

.menuitemhowtoplay
{
color: #588c91;
	text-decoration: none;
	position: absolute;
	top : 396px;
	left: 65px;
}

.menuitemdownload
{
color: #588c91;
	text-decoration: none;
	position: absolute;
	top : 465px;
	left: 82px;
}

.menuitemforum
{
color: #588c91;
	text-decoration: none;
	position: absolute;
	top : 528px;
	left: 91px;
}

.menuitemcontact
{
color: #588c91;
	text-decoration: none;
	position: absolute;
	top : 590px;
	left: 66px;
}

.menuitemplaydemo 
{
color: #588c91;
	text-decoration: none;
	position: absolute;
	top : 282px;
	left: 1066px;
}


.inputtext
{
	
    background: transparent;
    width: 631px;
	
	
}


