body.mainBody
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;

	background: #000000;
}

#mainTable
{
	position: relative;

	padding: 0px;
	margin-top: 0px;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	width: 950px;
	height: 800px;
	background-color: #e8edd6;
}

img.abisko-landscape-1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 600px;
}

#abisko
{
	width: 550px;
	height: 200px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;

	font: normal normal normal 14px arial;
	font-family: "Comic Sans MS", "courier new", arial;
}

#abiskoLinks
{
	text-decoration: none;
	color: #0000FF;
}

#abiskoLinks:hover
{
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}

#punainenLinks
{
	text-decoration: none;
	color: #0000FF;
}

#punainenLinks:hover
{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}


