*
{
margin:0;
padding:0;
}

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#eee8aa;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container */
}
.container
{
	width:500px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:justify; /* this overrides the text-align: center on the body element. */
	padding-top:5em; 
}

#content
{
	width:500px;
	background-color:#FFFFCC;
	overflow:hidden;
	margin:15px 0;
	filter:alpha(opacity=60);/* for IE */
	opacity:0.7;/* CSS3 standard */
}

#teksti
{
	width:445px;
	margin: 20px;
	color:#383838;
}

ul
{
       list-style-type: none;
}

h1, h2, h3, h4, h5, h6
{
	padding:15px;
	color:#383838;
}

p
{
	padding:5px;
}



