@CHARSET "UTF-8";
@import "font.css";
@import "menu.css";
@import "colorbox.css";
@import "admin.css";
@import "gallery.css";

 

body {
	 background-image: url(../img/backgroung_page.png);
	 margin: 0px;
 
}

#page { 
   position: relative;
   width: 1024px;
	margin: auto;
	z-index: 1;
}


#head {
   position: relative;
   width: 100%;
   height: 280px;
}

#background_head {
   position: absolute;
   top: 0px;
   width: 100%;
   height: 300px;
  background-image: url(../img/backgroung_head.png);
	background-repeat: repeat-x;
	z-index: 0;
}

#text_head {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	top: 235px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
 
}


#content {
    position: relative;
    width: 700px;
	 min-height: 500px;
	 float: right;
	 right: 30px;
	 top: -5px;
	 padding: 10px;
	 background-image: url(../img/background_opacity.png);
 
 
}

#left_column {
     float: left;
 
 
}



#footer {
  position: relative;
 background-image: url(../img/backgroung_footer.png);
 border-top: solid 1px black;
 width: 100%;
 padding: 1px;
 top: -5px;
 clear: both;
 min-height: 50px;
}

#footer p {
   color: white;
   text-align: center;
}

#footer a {
   color: white;
   text-decoration: none;
 
}



#img_head {
	position: absolute;
	top: 65px;
 
}

#logo_web {
	position: absolute;
	top: -5px;
	left: 35px;
 
}

#lang  {
       position: absolute;
       right:  67px;
       top: 20px;
       z-index: 5;
}

#lang img{
       position: relative;
       width: 35px;
       border: solid 1px black;
 
}