* { 
        margin: 0; 
        padding: 0; /* lub inna wartość w zależności od potrzeb */ 
        border: 0;   
        color: #666666; 
        background-color: #e0dfc0; 
        table-layout: fixed; 
        vertical-align: top; 
} 


img { 
        border: 0; 
        display: inline; 
} 


table { 
        border-collapse: collapse; 
        border-spacing: 0; 
} 


ul,ol { 
        margin-left: 1.8em; 
} 


html { 
        height: 100%; 
} 

body {
	color: #666666;
	background-color: #e0dfc0;
}


#container {
	margin-top: 10%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
   border: 0 solid #222222;
	width: 500px;
}


#picture {
float: left;
top: 0px;
left: 0px;
margin: 0px;
padding-top: 0px;
border: 0px solid #f00;
}


#message {
	float: right;
	margin-top: 10px;
	margin-bottom: auto;
	padding: 5px;
	width: 18em;
	border: 0 solid #0f0;
}

#message .text {
	font-size: 0.8em;
	font-family: Arial,Geneva, Helvetica,"Lucida Grande", "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif; 
	color: #666666; 
	text-align: justify;
	font-weight: normal;
}

#message .author {
	font-size: 0.8em;
	font-family: Arial,"Lucida Grande", "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif; 
	color: #666666; 
	text-align: right;
	font-weight: bold;
}

#links {
	clear: both;
	color: #999999; 
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.6em;
	width: 500px;
	border: 0px solid #0f0;
	padding-top: 20px;
	text-align: right;
}

#links ul {
	margin-left: 0;
	padding-left: 0;
}

#links li {
	list-style-type: none;
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid white;
	display: inline
}

#links li:first-child {
	padding-left: 0;
	padding-left: 0;
	margin-left: 0;
	border: none;
}

#links a:link {
	text-decoration: none;
	color: #999999;
}

#links a:visited {
	text-decoration: none;
	color: #999999;
}

#links a:hover {
	text-decoration: underline;
}





#links2 {
	clear: both;
	color: #999999; 
	font-family: verdana,helvetica,sans-serif;
	font-size: 0.6em;
	width: 500px;
	border: 0px solid #0f0;
	padding-top: 10px;
	text-align: right;
}

#links2 ul {
	margin-left: 0;
	padding-left: 0;
}

#links2 li {
	list-style-type: none;
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid white;
	display: inline
}

#links2 li:first-child {
	padding-left: 0;
	padding-left: 0;
	margin-left: 0;
	border: none;
}

#links2 a:link {
	text-decoration: none;
	color: #999999;
}

#links2 a:visited {
	text-decoration: none;
	color: #999999;
}

#links2 a:hover {
	text-decoration: underline;
}

#references {
	width: 500px;
	padding-top: 20px;
	border: 0px solid #f00;
	text-align: right;
}

#references ul {
	margin-left: 0;
	padding-left: 1em;
}

#references li {
	padding-left: 5px;
	list-style-type: none;
	display: inline
}
