html, body {
    margin: 0;
    padding: 0;
    background-color: #3b1d1c;
    background-image: url("/media/pages/images/start/bg-body.gif");
    background-repeat: repeat;	
	overflow: hidden;
}

img {
    border: 0;
}

#layout {
    width: 900px;
    margin: 0 auto;
	display: none;
}

#over {
	margin: 0 auto;
	width: 900px;
	height: 800px;
	background: url("/media/pages/images/start/over-bg.png") 0 0 no-repeat;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/pages/images/start/over-bg.png,sizingMethod=crop);
}

#layout-menu {
    position: relative;
    top: 220px;
    width: 770px;
    height: 40px;
    margin: 0 auto;
    clear: both;
    z-index: 3;
}

#menu-left {
    position: relative;
    float: left;
    width: 162px;
    height: 34px;
    z-index: 4;
    background: url("/media/pages/images/start/menu-left.png") 0 0 no-repeat;
    -background-image: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/pages/images/start/menu-left.png,sizingMethod=crop);
}

#menu-middle {
    position: relative;
    float: left;
    width: 462px;
    height: 32px;
    border: solid #e5d2d2;
    border-width: 1px 0;
    z-index: 5;
    background-image: url("/media/pages/images/start/pixel.png");
    background-repeat: repeat;
}

#menu-right {
    position: relative;
    float: left;
    width: 146px;
    height: 34px;
    z-index: 4;
    background: url("/media/pages/images/start/menu-right.png") 0 0 no-repeat;
    -background-image: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/pages/images/start/menu-right.png,sizingMethod=crop);
}

#menu-shadow {
    position: relative;
    float: left;
    width: 770px;
    height: 6px;
    z-index: 4;
    background: url("/media/pages/images/start/m-bottom-shadow.png") 0 0 no-repeat;
    -background-image: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/pages/images/start/m-bottom-shadow.png,sizingMethod=crop);
}

#navigation {
    top: 5px;
    z-index: 10;
    margin: 0 -10em 0 0;
    left: -5em;
    padding: 0;
    float: left;
    position: relative;
}

#navigation li {
    z-index: 10;
    margin: 0;
    padding: 0 0 0 9px;
    list-style: none;
    float: left;
}

.png {
    cursor: pointer; // cursor:hand;
}

.good {
    height: 24px;
    display: inline-block;
    /*
     * ����������� ������
     */
}

#flash {
	width: 850px;
	height: 520px;
	position: absolute;
	z-index: 10;
	top: 275px;
	left: 50%;
	margin-left: -425px;
}
