/* Stylesheet för splash sida*/

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: "Verdana";
	font-size: 20px;
	background-image: url(../img/design/bg01.jpg);
}

#centerFrame
{
	position:relative;
	margin: 0 auto;
	text-align:left;
	width: 750px;
  height: 100%;

}
#emptyFrame
{
		height: 120px;
}
#splashBox
{
	position: absolute;
  width: 750px;
  height: 400px;
	top: 50%;
  margin-top: -200px; /* Half of splash height */

	background-image: url(../img/design/bg02.jpg);
	background-repeat: no-repeat;

	text-align:center;
}

h1
{
	font-size: 1.15em;
}

a:link { text-decoration: none; color: #000; font-weight: bold;}
a:hover { text-decoration: none; color: #777;font-weight: bold;}
a:active { text-decoration: none; color: #222;font-weight: bold;}
a:visited { text-decoration: none; color: #222;font-weight: bold;}
