body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.header_bg {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	height: 100px;
}
.hcc_iframe {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 100px;
	width: 300px;
	position: absolute;
}
.logo_wrapper {
	background-position: center center;
	height: 100px;
	width: 900px;
}
.jasmin_link {
	height: 30px;
	width: 900px;
	position: absolute;
	left: 52px
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6699;
	text-decoration: none;
}
.menu_bg {
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
}
h1,h2,h3 {
font-size:	14px;
}