* {
  margin: 0;
  padding: 0;
}

body, html {
   background-color: #999;
   color: #FFF;
   font-family: Verdana;
   font-size: 14px;
   height: 100%;
   text-align: center;
   width: 100%;
}

p {
   margin: 15px 0;
}

a {
	color: #29336d;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

#page {
  background-image: url(../img/miltenyi_biotec.gif);
  background-position: 20px 20px;
  background-repeat: no-repeat;
  background-color: #ef9012;
  line-height: 20px;
  margin: 0 auto;
  text-align: left;
  width: 900px;
}

#pageInner {
  padding: 200px 100px 100px 100px;
}

#footer, #link {
  color: #000;
  padding: 0 100px 20px 100px;
}

img.banner {
  display: block;
  margin-bottom: 20px;
}

#winners {
	margin-top: 50px;
}

#winners img
{
	border: 1px solid #29336d;
	display: inline;
	/*float: left;*/
	margin-right: 30px;
}

#winners img.last
{
	margin-right: 0 !important;
}

#home_link {
	float: left;
}

#legal_notes {
margin-left:415px;
	float: left;
}