/* Default Theme Stylesheet
Author: Jenni Välkky & Mirva Saarijärvi
Date: 28.11.2007
*/
* {
border: 0;
}


body {
	margin:0px;
	background-color:#000000;
	background-image:url(bg.jpg);
	background-repeat: repeat-x;
}

#header {
	margin-top:2px;
	margin-left:20px;
	height:235px;
	width:auto;
}
#content{
	width:100%;
	margin-top: 0%;
	z-index: 99;
}
#container1 {
	height:200px;
	padding-left:8%;
	padding-right:1%;
	width : 40%;
	float:left;
	position:relative;

}
#container1 a {
	border:none;
}

#container1 a:hover {
	text-decoration:none;
}
#container2 {
	padding-left : 2%; 
	width : 220px;
	float:left;
	position:relative;
	z-index: 99;
}
#container2 a {
	border:none;
}

#container2 a:hover {
	text-decoration:none;

}
#footer {
	background-image:url(turku.jpg);
	background-repeat:no-repeat;
	background-position: center;
	z-index: 10;
	height:265px;
	margin-top: -3%;
	margin-left: -15%;
}
#copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #999999;
	font-size:12px;
	height:10px;
	margin-left: -15%;
}
#clear {
  	clear: left;
}
