html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#77261a url(../img/content-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	position: relative;
}
p, img {
	margin:0px;
	padding:0px;
	border:0px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto;
	background: url(../img/head-bg.gif) repeat-x;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
div#top-info {
	position:absolute;
	top:355px;
	width:335px;
	left:50%;
	margin-left:-180px;
	text-align:right;
}
img.mail {
	position:absolute;
	top:29px;
	right:40px;
}
.text1 {
	letter-spacing:1px;
	white-space: nowrap;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.text2 {
	font-size:24px;
	letter-spacing: -1px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 25px;
	margin-bottom: 2px;
}
