body {
	font: 0.7em arial;
	color: #6A6A6A  /*283A0B 3F4096 616042*/;
	background-image: url(images/bckgrnd.png);
	text-align: center;
	margin: 0px;
	padding: 0px;
}

iframe {
	overflow-x: hidden;
}

/* #indexhtml img {
	margin-top: 60px;
} */

#wrapper {
	position: absolute;
	width: 724px;
	height: 504px;
	top: 50%;
	margin-top: -252px;
	left: 50%;
	margin-left: -362px;
	border: 1px solid #6A6A6A /*73392D 4C4B3D*/;
	background: #FFFFFF;
}

#main1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	background: #F0F0F0 /*F1E7D7*/;
	border-right: 1px dashed #6A6A6A /*73392D 4C4B3D*/;
}

#logo {
	position: relative;
}
	
#logo img {
	margin: 10px 0px 20px 5px;
	display: block;
	border: 0;
}

#menu {
	position: relative;
	top: 15px;
	right: 10px;
}

#menu ul {
	display: block;
	border: 0;
	list-style: none;
	text-align: right;
}

#menu li a {
	font-size: 120%;
	font-weight: bold;
	color: #333697;
	text-decoration: none;
	line-height: 150%;
}

#menu li a {
	color: #6A6A6A /*AA322A 696853*/;
}

#menu li a:hover {
	color: #6A6A6A /*73392D 4C4B3D*/;
}

#contact {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1em;
	text-align: right;
}

#main2 {
	position: absolute;
	background-image: url(images/tkanine_back.jpg);
	top: 0px;
	right: 0px;
	width: 573px;
	height: 100%;
}

#header {
	position: absolute;
	top: 20px;
	left: 0px;
}
	
#content {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 530px;
	height: 320px;
	border: 1px solid #6A6A6A /*73392D 4C4B3D*/;
	background: #FEFDE1;
}

#footer {
	position: absolute;
	right: 0px;
	bottom: 20px;
}

.clear {
	clear: both;
}
