body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}

html {
	height: 100%;
}

body {
	background-color: white;
	/*font-family: "Arial";*/
	font-family: Tahoma,Arial,Verdana;
	color: black;
	min-height: 100%;
	position: relative;
}

#wrap{
	margin-left:  auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
	position: relative;
	z-index: 0;
	padding-bottom: 200px;
	
}
#header{
	text-align: center;
}
#flag{
	z-index: 1;
}
#select_lang{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}
#select_lang td{
	width: 33%;
}
#select_lang a{
	font-family: Arial;
	color: #615f5f;
	text-decoration: none;
}

#select_lang_label{
	position: relative;
	margin-top: -30px;
	z-index: 99;
	top: 0px;
	margin-top: 20px;
	font-family: Arial;
	color: #615f5f;
	text-decoration: none;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#select_lang_label td{
	width: 33%;
}


#bottom{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 1em;
	
}

#bottom p{
/*	border-top: 1px #615f5f solid;*/
	padding-top: 10px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: #615f5f;
	font-size: 10px;
	
}

#bottom a{
		font-family: Arial;
		color: #196696;
}

#counter{
	padding-top: 10px;
}
#artwell{
	color: #615f5f;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 2px;
	font-size: 12px;
}
#artwell a{
	text-decoration: none;
	color: #615f5f;
}