﻿* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	color: #a27848;
	background-color: #fffbec;
	}


a {
	color: #a27848;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	}

img, div { behavior:url(./iepngfix.htc); }

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -500px;
	background: url('./imgs/back.jpg') no-repeat;
	width: 1000px;
	height: 600px;
	}


.link_block1, .link_block2 {
	position: absolute;
	z-index: 10;
	display: block;
	width: 358px;
	height: 555px;
	background: url('./imgs/blank.gif') no-repeat;
	}

.link_block2 {
	left: 500px;
	}

#display_none_eng, #display_none_rus {
	position: absolute;
	top: 276px;
	left: 77px;
	display: none;
	z-index: 5;
	}

#display_none_rus {
	top: 286px;
	left: 730px;
	}
