body {
	padding: 0;
	margin: 0 0 10px 0;
	font: small "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	color: #520054;
	background: #76618f url(img/bg_body.png) no-repeat;
}
#container {
	width: 921px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(img/bg_container.png) repeat-y center top;
}
#banner {
	background: url(img/bg_banner.png) no-repeat center top;
	height:  150px;
}
#banner h1 {
	display: none;
}
#footer {
	background: url(img/bg_footer.png) no-repeat center bottom;
	padding: 10px 20px 15px 20px;
	font-size: x-small;
}
#content {
	padding: 15px 20px;
}
table {
	width: 100%;
}
td {
	width: 50%;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}
a {
	color: #76608f;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dotted #76608f
}
a:hover {
	color: #520054;
	border-bottom: 1px dotted #76608f;
}
