body {
		background-color: white;
		font-family: Arial, Verdana, sans-serif;
		font-size: 13px;
		color: #371923;
		text-align:center;		/* horisontaalne centering IE jaoks */
		line-height:150%;
		}

.distance { 
		width:0px;
		height:50%;
		background-color:red;
		margin-bottom:-245px;	/* ! centering */
		float:left;
		}

.container {
		background-color:white;
		margin:0 auto;
		position:relative;		/* ! centering */
		text-align:left;
		height:490px;
		width:700px;
		clear:left;
		}

		#menu{
		background-image:url('graafika/menyy_1.jpg');
		background-repeat: no-repeat;
		height:400px;
		float:left;
		width:120px;
		}

		#content{
		position:relative;
		background-image:url('graafika/content_1.jpg');
		text-align: justify;
		width: auto;
		height:400px;
		padding:0px;
		margin-left:120px;
		}

		#header
		{
		background-image:url('graafika/head_1.jpg');
		background-repeat: no-repeat;
		height: 70px;
		padding:0px;
		color:white;
		clear:left;
		}

		#footer
		{
		background-image:url('graafika/foot_1.jpg');
		background-repeat: no-repeat;
		height: 20px;
		font-size: 10px;
		text-align: right;
		margin:0px;
		padding:0px;
		color:white;
		clear:left;
}

/*--------------------Menüü lingid--------------------*/
#sddm
{	
margin: 0;
padding: 0;
z-index: 30;			/*seab pealmiseks kihiks (vaja alammenüüde puhul)*/
border:1px;
}

#sddm li
{	
margin: 0;
padding: 0;
list-style: none;
float: left;
font: bold 11px arial
}

#sddm li a
{
display: block;
margin: 0 1px 0 0;
padding: 4px 10px;		/*ülevalt_alt ja vasak_parem*/
width: 90px;			/*lingitabeli laius*/		
color:#371923;
background: #FFF;
text-align: left;
text-decoration: none;
}

#sddm li a:hover
{	
background: #a99184
}

