
/* ~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~*/

body {
	position: relative;
	background: #000;
	text-align: center;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0
}

a:link,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: underline;
}

img {
	border: 0;
}

/* ~~~~~~~~~~~~~~~~~ CONTENT ~~~~~~~~~~~~~~~~~*/

.hold {
	position: relative;
	text-align: left;
	margin: 148px auto 0;
	width: 772px;
	height: 458px;
	background: #1e1919;
	border: 1px solid #fff;
}

.mainimg {
	position: absolute;
	width: 417px;
	height: 417px;
	background: #fff;
	top: 17px;
	right: 16px;
}

.thumb {
	margin: 15px 0 0 10px;
	font-size: 0.7em;
}

.thumb img {
	margin-top: 5px;
	margin-right: 6px;
}


/* ~~~~~~~~~~~~~~~~~ HEADER ~~~~~~~~~~~~~~~~~*/

.helene {
	position: absolute;
	top: -58px;
	left: -22px;
}

.art {
	position: absolute;
	width: 350px;
	top: -43px;
	right: 0px;
	text-align: right;
	font-size: 0.9em;
}

/* ~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~*/

.foot {
	position: relative;
	text-align: left;
	margin: 10px auto 20px;
	border: 0;
	width: 772px;
	font-size: 0.85em;
}

.tel {
	position: absolute;
	width: 350px;
	top: 0;
	left: 280px;
}

.lang {
	position: absolute;
	width: 175px;
	top: 0;
	right: 0;
	font-size: 0.85em;
	text-align: right;
}

