body {
	background: #828282 URL(images/background.jpg) repeat-y;
	font-family: Trebuchet, Helvetica, sans-serif;
}

img {
	border: none;
}

#logo {
	background-image:  URL(images/logo.jpg);
	position:absolute;
	left:881px;
	top:0px;
	width:105px;
	height:499px;
}

#translation {
	background-image: URL(images/translation.jpg);
	position:absolute;
	left:0px;
	top:0px;
	width:177px;
	height:165px;
}

#web {
	background-image:  URL(images/web.jpg);
	position:absolute;
	left:0px;
	top:165px;
	width:177px;
	height:166px;
}

#about {
	background-image:  URL(images/about.jpg);
	position:absolute;
	left:0px;
	top:331px;
	width:177px;
	height:168px;
}

#contact {
	background-image:  URL(images/contact.jpg);
	position:absolute;
	left:0px;
	top:499px;
	width:177px;
	height:171px;
}

#content {
	position:absolute;
	left:220px;
	top:150px;
	width:640px;
}

#header {
	position:absolute;
	left:220px;
	top:80px;
	width:640px;	
}
