* {
	margin:0;
	padding:0;
}

@font-face {
    font-family: "Roboto";
    src: url(font/Roboto/Roboto-Light.ttf);
}
@font-face {
    font-family: "Roboto-Bold";
    src: url(font/Roboto/Roboto-Bold.ttf);
}
.fett{
	font-family: Roboto-Bold, Verdana, Arial, sans-serif;
}

body{
	font-family: Roboto, Verdana, Arial, sans-serif;
	color: #170f10;
	font-size: 14px;
	line-height: 22px;
	letter-spacing:.4px;
	background-color:#E6DCD3;
	background-image: url(img/bg_pattern.jpg);
}

a{
	color: #170f10;
	text-decoration:none;
}

a:hover{
	color: #9e4b30;
}

#main{
	text-align:center;
	background-image:url(img/bg_center.jpg);
	background-position: center;
	background-repeat:repeat-y;
	height:845px;
}
#content{
	margin:auto;
	text-align:left;
	width: 880px;
	position:relative;
}
#flags{
	position:absolute;
	top: 65px;
	left:340px;
}
#text{
	position:absolute;
	top: 180px;
	left:10px;
	width: 480px;
}
#contact a{
	font-family: Roboto-Bold, Verdana, Arial, sans-serif;
}
#contact a img{
	position: relative;
	top:6px;
}
#gallery{
	position:absolute;
	top: 290px;
	left:500px;
	width: 375px;
}
#gallery .pic{
	width: 124px;
	height:124px;
	display:inline-block;
}
#gallery .pic img{
	position:relative;
	top:10px;
	left:10px;
}
