body {
	text-align: center;
	padding: 0;
	margin-top: 100px;
}

#container {
	width: 650px;
	height: 580px;
	text-align: left;
	margin: 0 auto;
}

#sidebar {
	float: right;
	width: 250px;
	height: 580px;
	overflow: hidden; 
	background-image: url(images/disco.jpg);
	padding: 0;
}

#header {
	width: 400px;
	height: 160px;
	overflow: hidden;
	background: url(images/header.jpg);
}

#main {
	width: 400px;
	height: 330px;
	overflow: hidden;
	padding: 0;
}

#nav {
	padding: 10px 0 0 0;
	border-top: 1px solid #999999;
	width: 400px;
	height: 80px;
	overflow: hidden;
}

.tekst {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999999;
}

.pealkiri {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #999999;
}

a:link {
	text-decoration: none;
	color: #999999;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {
	text-decoration: underline;
	color: #999999;
}
