html {
 background-color: #333;
}
body {
	background-color: #333;
	color: black;
	margin: 2px;
  font-family: sans-serif;
  font-size: 80%;
}
img {
  float: left;
  margin-right: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
h1 {
  color: #ffd966;
  margin: 0;
  padding: 10px;
  text-shadow: #666666 2px 2px 4px;
}
h2 {
  font-weight: bold;
  color: #6aa84f;
}
h3 {
  color: #fff;
  margin: 0;
  padding: 0;

}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: blue;
}
address {
  clear: both;
  font-size: 80%;
  text-align: right;
}
#header {
	text-align: center;
  text-shadow: 2px 2px 2px #222;
  margin-bottom: 5px;
}
#article {
  background: white;
	padding: 10px 20px;
	margin: 0 auto;
	width: 900px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: 3px 3px 3px #000;
  -moz-box-shadow: 3px 3px 3px #000;
  -webkit-box-shadow: 3px 3px 3px #000;
}
#presentation {
  width: 410px;
  height: 410px;
  float: right;
}
#information {
  width: 480px;
  float: left;
}
#footer {
  text-align: center;
  font-size: 80%;
  color: #eee;
  margin: 10px;
}
/* vim: set ts=2 sw=2 : */



