
body {
	background: url(../ui/grid.png) top left scroll repeat;
	overflow: show;
}

#circles {
	background: url(../ui/circles2.png) top left no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	height: 100%;
	width: 100%;

	z-index: 1;
}

#logotype {
	position: absolute;
}

#frontpage_image_sv {
	width: 691px;
	height: 438px;

	background: url(../ui/frontpage_image_sv1.png);

	position: absolute;
	top: 64px;
	left: 220px;

	z-index: 3;
}

#frontpage_image_en {
	width: 689px;
	height: 450px;

	background: url(../ui/frontpage_image_en1.png);

	position: absolute;
	top: 66px;
	left: 169px;

	z-index: 3;
}

#frontpage_l_en span, #frontpage_r_sv span {
	display: none;
}

#frontpage_l_en {
	width: 435px;
	height: 308px;

	background: url(../ui/frontpage_l_en.png);

	position: absolute;
	top: 154px;
	left: 0;

	z-index: 3;
}

#frontpage_r_sv {
	width: 485px;
	height: 315px;

	background: url(../ui/frontpage_r_sv.png);

	position: absolute;
	top: 154px;
	left: 435px;

	z-index: 3;
}

#words_top {
	width: 400px;
	
	position: absolute;
	top: 50px;
	left: 410px;
	z-index: 5;
}

	#words_top, #words_top p {
		color: #eee;
		font-size: 12px;
		line-height: 19px;
		text-align: right;
	}

h2 {
	display: none;
}

#words {
	position: absolute;
	top: 460px;
	left: 250px;
	
	width: 540px;
	
	font-size: 22px;
	text-align: center;
	
	color: #ccc;
	
	z-index: 4;
}

#words li {
	display: inline;
	padding-left: 17px;
	margin-right: 14px;
	
	background: url(../ui/blue_arrow.gif) center left no-repeat;
}

#menu {
	position: absolute;
}

#menu li {
	background-image: url(../ui/menu_front.png);
}

#footer {
	width: 737px;
	
	position: absolute;
	top: 544px;
	left: 64px;
	
	z-index: 3;
	
	color: #909090;
	border-top: 1px solid #292929;
}

#footer p {
	text-align: right;
	padding-top: 5px;
}

#canvas {
/*	height: 500px;
	width: 780px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
*/}