html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body
{
 color: #fff;
  text-transform: lowercase;
   background: #BACD73 ;
}
a:link
{
 color: #fdf7f7;
 text-decoration: none;
}
a:visited
{
 color: #fdf7f7;
 text-decoration: none;
}
a:hover
{
 color: #ABB09E;
}
a:active
{
 color: #fdf7f7;
 text-decoration: none;
}
a
{
	font-weight: bold;
}
h1
{
 clear: both;
 color: #BACD73;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 140px;
 font-weight: normal;
 letter-spacing: -5px;
 line-height: 100px;
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 text-align: center;
}
h2
{
 clear: both;
 color: #BACD73;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 55px;
 font-style: normal;
 font-weight: normal;
 line-height: 60px;
 margin: 0px;
 padding: 0 0 0 229px;
}
h3
{
 clear: both;
 color: #fdf7f7;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 30px;
 font-weight: normal;
 line-height: 30px;
 margin: 10px 10px 0 10px;
 padding: 0px;
 text-align: left;
 text-transform: lowercase;
}
#container
{
 background: #45484C;
 font-family: Georgia, "Times New Roman", Times, serif;
 margin: auto;
 margin-bottom: 20px;
 margin-top: 80px;
 padding: 10px 0 0 0;
 padding-top: 20px;
 position: relative;
 width: 943px;
position: relative;
}
.overlay {
  position: absolute;
  top: 0; /* These positions makes sure that the overlay */
  bottom: 24px;  /* will cover the entire parent */
  left: 0;
  width: 100%;
  background: #fff url('http://farm3.static.flickr.com/2648/3942610470_bb61c872f8_b.jpg') no-repeat;
  opacity: 0.25;
  -moz-opacity: 0.25; /* older Gecko-based browsers */
  filter:alpha(opacity=25); /* For IE6&7 */
 }

#container h1
{
 margin-left: -17px;
}

#container p
{
 margin: 20px;
}

#container .buttons
{
background-color: #FDF7F7;
margin: 20px 0 0 0;
padding: 5px 0 3px 229px;
background: #BACD73;
}



