body, html {
	width: 100%;
	height: 100%;
	background: #f0ede7 url(gfx/bg-page.png) repeat-y right top;
	font-size: 12px;
}
body, td, p, div, span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #f1bb00;
}
h2 {
	font-size: 18px;
	color: #f1bb00;
	margin-bottom: 15px;
}
p {
	margin-bottom: 10px;
}
span.post {
	color: #f1bb00;
	text-decoration: underline;
	cursor: pointer;
}
span.post:hover {
	color: #c15500;
}
#container {
	width: 100%;
	min-height: 100%;
	background: transparent url(gfx/ole.jpg) no-repeat fixed right bottom;
	float: left;
}
#content {
	margin-left: auto;
	margin-right: 40%;
	width: 410px;
	padding: 10px 50px 50px 30px;
	background: transparent url(gfx/bg-content-bot.png) no-repeat left bottom;
}
#contentTop {
	margin-left: auto;
	margin-right: 40%;
	margin-top: 5%;
	background: transparent url(gfx/bg-content-top.png) no-repeat left top;	
	width: 490px;
	height: 20px;
}
#logo {
	position: absolute;
	top: 1%;
	right: 30px;
}
.contact {
	padding-top: 10px;
	position: relative;
}