﻿html
{
    scrollbar-base-color: #171717;
    scrollbar-3dlight-color:#333333; 
	scrollbar-arrow-color:#666666; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#171717; 
	scrollbar-highlight-color:#333333; 
	scrollbar-shadow-color:#171717;
}
body
{
	background-color: #000000;
	background-image: url(../../Media/Images/web/bgmain.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	font-size: 11px;
	font-family: Arial;
	color: #999999;
	-moz-opacity: 0.99;
	letter-spacing: normal;
}

H1
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
}

H2
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #006699;
}

.MainMenu
{
	visibility: hidden;
	position: absolute;
	text-align: center;
	z-index: 100;
	background-color: #242424;
	padding: 10px;
	line-height: 18px;
	width: 138px;
}
.MenuItemHolder
{
	width: 159px;
	height: 58px;
}

