/* CSS Document */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
}	

#container {
	margin: auto 0;
}

#splash {
	position: relative;
	top: 15em;
	text-align: center;
	widows:100%;
}

A {
	color: #003333;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

#thumbs{
  width:700px;
}
#thumbs div {
  margin:5px;
  width:100px;
  height:87px;
  float:left;
}
#thumbs div img{
  border:1px solid #000;
  display:block;
  margin:5px auto;
}	

#bigDynPic{
  background:#fff;
  position:absolute;
  bottom:10em;
  left:80px;
  padding:5px;
}	
