body {
font-family: sylfaen, sans-serif, arial;
background-color: white;
background-image: url(./images/back.jpg);
background-repeat: repeat;
margin-top: 5%;
margin-left: 15%;
}

#main{
	background: url(./images/main.jpg)
		no-repeat
		center;
	width: 796px;
	height: 637px;
}

#text{
	width: 500px;
	height: 350px;
	position: relative;
		top: 100px;
		left: 10px;
}

h1{
	position: relative;
		left: 40px;
}

#link{
	width: 280px;
	height: 400 px;
	position: relative;
		top: 5px;
		left: 560px;
}

#lang{
	position: relative;
		top: 10px;
		left: 555px;
}