body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url('img/vizualis_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
}

body,html { margin: 0; padding: 0; }

#cont {
	width: 830px;
	height: 535px;
	margin: 10% auto auto auto;
}

#page {
	width: 830px;
	height: 535px;
	position: absolute;
	text-align: left;
}

#head {
	width: 830px;
	height: 62px;
	background-image: url('img/head.png');
	background-repeat: no-repeat;
	background-color: #000000;
}

#links {
	position: absolute;
	right: 20px;
}

#head ul {
	margin: 0;
	padding: 0;
}

#head ul li {
	padding: 0 0 0 10px;
	margin: 22px 12px 0 12px;
	float: left;
	list-style-type: none;
}

#head ul li a {
	color: #999999;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	font-family: Verdana;
	text-transform: uppercase;
}

#head ul li.sel {
	background-image: url('img/selected.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#head ul li.sel a {
	color: #FFFFFF;
}

#head ul li a:hover {
	color: #FFFFFF;
}

#head h1, #head li { margin: 0; padding: 0; }
#head h1 span { display: none; }
#head h1 a, #head h1 {
	width: 245px;
	height: 52px;
	display: block;
	float: left;
}

#head h1 a {
	position: absolute;
	left: 5px;
	top: 5px;
}

#content {
	padding: 11px;
	width: 808px;
	height: 432px;
	background-color: #000000;
	background-image: url('img/content.png');
	background-repeat: no-repeat;
}

#content h2,p,li,a {
	font-family: verdana,sans-serif;
	color: #DBD6C8;
	font-size: 12px;
	letter-spacing: 0pt;
	line-height: 1.6;
	font-size: 12px;
}

#content h2 { padding: 2px 0; margin: 0; font-weight: bold; color: #FFFFFF; }
#content p { padding: 0; margin: 0 0 10px 0; }
#content p span { color: #F9B81B; font-weight: bold; }

#content a:hover { color: #F9B81B; }

#content a.arkisto { border: 2px solid #999999; }
#content a.arkisto:hover { border: 2px solid #CCCCCC; }

#content img.arkisto {
	margin: 0;
	padding: 0;
	border: 0;
}

#content a.arkisto {
	margin: 0;
	padding: 0;
	float: left;
	cursor: default;
}

#etusivu, #palvelut, #studio, #esko {
	height: 426px;
	width: 280px;
	margin: 0 5px 0 0;
	float: left;
}

h2.etusivu span { display: none; }
h2.etusivu {
	width: 199px;
	height: 41px;
	background-image: url('img/title_etusivu.gif');
	background-position: center left;
	background-repeat: no-repeat;
}

#etusivu { background-image: url('img/kuva_etusivu.jpg'); }
#studio { background-image: url('img/kuva_studio.jpg'); }
#esko { background-image: url('img/kuva_esko.jpg'); }

#contframe {
	width: 480px;
	padding: 20px;
	float: right;
}

#content ul {
	margin: 0px 0 12px 0;
	padding: 0;
	list-style-type: disc;
}

#content ul li {
	padding: 0 0 0 0px;
	margin: 0 0 0 20px;
}

#copy {
	width: 830px;
	height: 20px;
	text-align: right;
	background-color: #000000;
	background-image: url('img/copyimg.png');
	background-position: 5px 2px;
	background-repeat: no-repeat;
}

#copy p { display: none; }
#copy p.sofis span { display: none; }

#copy p.sofis, #copy p.sofis a {
	margin: 2px 2px 0 0;
	padding: 0;
	display: block;
	float: right;
	width: 52px;
	height: 10px;
}

#copy p.sofis a {
	position: absolute;
	right: 5px;
	top: 518px;
	margin: 0;
	background-image: url('img/sofis.png');
}

#copy p.sofis a:hover {
	background-position: -52px;
}

