body {
	padding: 0;
	margin: 0; 
	background: none;
	color: #000000;
	font-family: helvetica, arial, tahoma;
	font-size: 11pt;
	background-position: center;
	width: 100%;

}
.textmiddle {vertical-align:middle;} 
#wrapper {
	background: url() no-repeat left top;
	width: 100%;
	display: table;
	
}
#title {

	color: #000000;
	margin: -70px auto 0px;
	width: 100%;

}
#main {
	margin: 40px 0px auto 0px;
	background: url();
	allowtransparency: true;
	border-top: solid 0px #ccc;
	overflow-x: hidden;
	float: center;
}
hr {
	background-color: #ffcccc;
	color: #ffcccc;
	border: 0;
	height: 1px;
	width: 50%;
}
#footer {
	height: 500px;
	margin: 0px auto 0px 120px;
	background: url(footer25.png) no-repeat center bottom;

}
#content {
	width: 708px;
	margin: 10px auto 0;
	background: url(images/bgcontentcopy.png);
	border: solid 0px #ccc;
	padding: 20px;
	overflow-x: hidden;

}
b {
	color: #ffcccc;

}
a.text:link {
	color: #000000;
	text-decoration: none;
        border: 0px;
	padding: 0px 10px 0px 5px;
        text-align: center;
}
a.text:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px 10px 0px 5px;
}
a.text:hover{
	background-color: #ffcccc;
	padding: 0px 10px 0px 5px;
	color: #ffffff;
        text-align: center;
        border: 0px;
}