*, html {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	display:block;	
}
body {
	background:#98b5d0 url('images/bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	text-decoration: underline;
	color: #7b8081;
}
a:hover {
	color: #7b8081;
}
td {
	vertical-align:top;	
}
#container {
	width:545px;
	margin: 10px auto 0 auto; 
}
#main {
	width:545px;
		
}
#center {
	background:transparent url('images/thanks_header_bg.gif') no-repeat;
	width:524px;
	text-align:right;
}
#centercontent {
	padding-top:20px;
	clear:both;
	background:#ffffff url('images/center_bg.gif') repeat-y;
}
#left {
	width:430px;	
}
.centerbottom {
	background:transparent;	
}

#right {
	padding-top:45px;
}
#productline {
	float:right;
	padding:20px 190px 0 0;
	font-size:11px;
	color:#514e85;	
}
#productline a{
	color:#514e85;
}