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,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {

    background: url(http://pics.ufobucks.com/content/des1/images/bg.jpg) #736F32;
    font: 11px/16px Tahoma;
    color: #919351;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
clear: both;
}


#header{
  background: url(http://pics.ufobucks.com/content/des1/images/header.jpg) no-repeat;
  width: 900px;
  height: 190px;
  position: relative;
  margin: 0 auto;
}

#logo{
  display: block;
  width: 250px;
  height: 140px;
  position: absolute;
  top: 10px;
  left: 330px;

}

#content{
  width: 900px;
  margin: 0 auto;
  text-align: center;
  background: url(http://pics.ufobucks.com/content/des1/images/content_back.jpg) top repeat-x #C1F156;
}
#content img{
  border: 3px solid #789D00;
  margin: 10px 5px;

}
#content img:hover{
  border: 3px solid #ABDD00;
}


#content p{
	display: block;
	background: url(http://pics.ufobucks.com/content/des1/images/text.jpg) no-repeat #FBFDD8;
	width: 801px;
	height: 96px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px;
	color: #906;
}

#content p a{
  display: block;
  font: bold 24px Tahoma;
  color: #AF2411;
  text-decoration: none;
  text-align: center;
  margin-top: 4px;
}
#content p a:hover{
  text-decoration: underline;

}

#footer{
  background: url(http://pics.ufobucks.com/content/des1/images/footer.jpg) bottom no-repeat;
  width: 900px;
  height: 210px;
  margin: 0 auto

}
#download{
  background: url(http://pics.ufobucks.com/content/des1/images/download.gif) no-repeat;
  width: 648px;
  height: 34px;
  margin: 0 auto;
  display: block;
}

