@charset "utf-8";
/* CSS Document */

BODY { margin: 0; padding: 0; }
#outer {
	height: 100%;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width: 960px;
	height: 683px;
	margin: auto;
	background: url(start-bg.jpg) 0px 50px no-repeat;
	position: relative;
}
#logo {
	width: 127px;
	height: 135px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(salia-logo.png);
}

#block1 {	
	width: 433px;
	height: 297px;
	background-color:#99CC66;
	position: absolute;
	top: 60px;
	left: 48px;
}
.imagec {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 433px;
	height: 297px;
}

#block2 {	
	width: 433px;
	height: 297px;
	background-color:#990033;
	position: absolute;
	top: 60px;
	left: 481px;
}
#block2 .corner {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(start-tr.png);
}

#block3 {	
	width: 433px;
	height: 297px;
	background-color:#003366;
	position: absolute;
	top: 357px;
	left: 48px;
}

#block3 .corner {
	height: 8px;
	width: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(start-bl.png);
}

#block4 {	
	width: 433px;
	height: 297px;
	background-color:#66FF00;
	position: absolute;
	top: 357px;
	left: 481px;
}

#block4 .corner {
	height: 10px;
	width: 9px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(start-br.png);
}

.headline {
	font-size: 35px;
	font-weight: bold;
	padding: 20px 30px 0px 30px;
}
.headline A,
.subline A{
	text-decoration: inherit;
	color: inherit;
}
#block1 .headline {
	margin-left: 60px;
}

#block2 .headline,
#block4 .headline {
	text-align: right;
}


.subline {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 30px 0px 30px;
	color:#990000;
}

#block1 .subline {
	margin-left: 60px;
}

#block2 .subline,
#block4 .subline {
	text-align: right;
}

.text {
	width: 170px;
	height: 190px;
	overflow: hidden;
	background: url(bg-text.png);
	position: absolute;
	bottom: 0px;
}

#block1 .text {
	left: 30px;
}

#block2 .text,
#block4 .text {
	right: 30px;
}

#block3 .text {
	left: 30px;
}

.text .bodytext {
	font-size: 12px;
	padding: 10px 5px;
	line-height: 150%;
}
.text .bodytext A { color: #990000; text-decoration: none; 
	font-weight: bold;
}
.text .bodytext A:HOVER { text-decoration: underline; }
.overlay { 
	background: url(start-bg-over.png);
	height: 297px;
}

#footer { text-align: center; font-size: 10px; }

#footer A { color: #000000; text-decoration: none; }
#footer A:HOVER { text-decoration: underline; }
