@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #6e2405;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/email-bg.jpg);
	background-repeat: repeat-x;
}
#maincontent {
	height: 300px;
	width: 275px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 25px;
}
