#main
{
	width:100%;
	height:100%;
	text-align:center;
	background-image:url('./images/index2.png');
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
}
#buttons
{
	position:relative;
	top:360px;
	left:0%;
	white-space:nowrap;
}
#about
{
	width:100%;
	height:100%;
	text-align:center;
/*	background-image:url('./images/about_left.png');
	background-repeat:no-repeat;
	background-position:center center;
*/
}
#about_right
{
	width:964px;
	height:682px;
	text-align:center;
}
#contacts
{
	width:100%;
	height:100%;
	text-align:center;
	background-image:url('./images/contacts.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
#props
{
	width:100%;
	height:100%;
	text-align:center;
	background-image:url('./images/props.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
#cv
{
	width:100%;
	height:100%;
}
#aktualitates
{
	width:100%;
	height:100%;
	text-align:center;
	background-image:url('./images/blank.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}
img
{
	border:0px;
}

/* ---- JS ----- */
#jump_base {
  overflow-y:hidden;
  margin: auto;
  width: 606px;
  height: 682px;
  padding: 0 10px 0 10px;
  font-size: .9em;
}

.news
{
	height:682px;
	width:606px;
}