﻿html {
  font-size: 100.01%;
  min-height: 101%;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font: 82% Tahoma,Verdana,Helvetica,sans-serif;
	text-align: center;
	/* background: url(images/bg.png); */
	background: #5F0026;
	color: #fff;
}

#content {
  width: 919px;
  background: url(images/contentbg.png);
  margin: auto;
}

table#header {
  width: 919px;
  margin: auto;
  border-collapse: collapse;
}

a img {
  text-decoration: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

h1 {
  padding: 0px;
  padding-bottom: 10px;
  padding-top: 30px;  
  margin: 0px;
  color: #ffd540;
  width: 250px;
  display: block;
  font-size: 1.2em;
}

.preview {
  width: 830px;
  margin: auto;
  background: url(images/picsbg.png) center center no-repeat;
}

.preview img {
  padding: 3px;
  border: 2px solid #fff;
}

.picsbottom {
  width: 919px;
  height: 77px;
  margin: auto;
  background: url(images/picsbottom.png);
}

.picshead {
  width: 919px;
  height: 59px;
  margin: auto;
  background: url(images/picshead.png);
}

td.text {
  color: #fff;
}

p.desc {
  text-align: justify;
  padding: 10px;
  width: 230px;
  display: block;
  margin-top: 0px;
  font-size: 0.9em;
  line-height: 1.5em;
  padding-bottom: 30px;
}

#footer {
  background: url(images/footer.png);
  width: 871px;
  height: 130px;
  margin: auto;
}
