html, body
{
	height: 100%;
}

body
{
	background: #000000 url('/images/front_background.jpg');
	padding: 0;
	margin: 0;
	min-height: 524px;
	min-width: 900px;
	position: relative;
}

div#main_container
{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -262px;
}

#logo_block
{
	position: relative;
	width: 472px;
	height: 76px;
	background: url('/images/front_logo.png') no-repeat;
	margin: 35px auto 100px auto;
}

#minH
{
	margin: 0;
	padding: 0;
	height: 524px;
	width: 900px;
	overflow: hidden;
}

#links_block
{
	position: relative;
	width: 900px;
	height: 300px;
	margin: 0 auto 0 auto;
	z-index: 1;
}

#koolitus
{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 305px;
	height: 240px;
	background: url('/images/koolitus.png') no-repeat;
	z-index: 3;
	cursor: pointer;
}

#koolitus.moveUp
{
	top: 15px;
	left: 45px;
	z-index: 10;
}

#catering
{
	position: absolute;
	top: 58px;
	left: 305px;
	width: 301px;
	height: 235px;
	background: url('/images/catering.png') no-repeat;
	z-index: 2;
	cursor: pointer;
}

#catering.moveUp
{
	top: 53px;
	left: 310px;
	z-index: 10;
}

#restoran
{
	position: absolute;
	top: 0;
	left: 543px;
	width: 315px;
	height: 254px;
	background: url('/images/restoran.png') no-repeat;
	z-index: 1;
	cursor: pointer;
}

#restoran.moveUp
{
	top: -5px;
	left: 548px;
	z-index: 10;
}
