html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 976px;
}
body {
	background-color: #273960;
	background-image: url(images/oildrip_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#ffffff;
}
p a {
	color:#ffffff;
}
#flash {
	height: 525px;
	width: 976px;
	z-index:9001; /*over nine thoussaaaaand*/
}
h1, h2, h3, p {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color:#ffffff;
	text-align:center;
	margin:0px;
	padding:0px;
}