/* Middle field */
#middle
{
	padding: 0 0 90px 0;
	position: relative;
	z-index: 999999;
}

/* Main menu */
#menu
{
	background: none;
}

/* Menuitem */
#menu ul li
{
	padding-top: 0;
}

#start_image
{
	width: 100%;
	height: 364px;
	background-color: #000;
	background-image: url(/.composer/images/start_forest.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#startpage_arrow
{
	background-image: url(/.composer/images/startsida_top_arrow.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 9px;
	position: relative;
	top: 1px;
}

#white_space
{
	height: 3px;
	background-color: #fff;
	position: relative;
	z-index: 999;
}