@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
}
p {
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:25px;
	margin-top:25px;
}
.bottomlinks {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
h1 {
	font-family:Impact, Tahoma, Verdana;
	font-size:36px;
	line-height:47px;
	text-transform:capitalize;
	text-align:center;
	margin-top:0;
	color:#cc0000;
}
.textfield {
	background-image: url(../images/textfield.png);
	height: 42px;
	width: 205px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.submit-button {
	background-image: url(../images/submit-button.gif);
	height: 65px;
	width: 238px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 5px;
}
#maincontentarea {
	height: auto;
	width: 570px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #a4b7c7;
	background-color: #ffffff;
	padding-right: 55px;
	padding-left: 55px;
}
.optinarea {
	background-color: #ffffcc;
	height: auto;
	width: 490px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 35px;
	border: 1px solid #b0b0b0;
}
#headline {
	background-image: url(../images/headline.gif);
	height: 368px;
	width: 550px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
