body {
	background-image: url(img/image.png);
	height: 700px;
	width: 950px;
	background-repeat: repeat-y;
	margin: 0px;
}
#header {
	height: 150px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu {
	height: 80px;
	width: 260px;
	float: right;
	margin-right: 100px;
	margin-bottom: 20px;
}
#navigation {
	height: 500px;
	width: 350px;
	float: left;
}
#text {
	width: 380px;
	float: right;
	margin-top: 20px;
	font-family: helvetica;
	font-size: 12px;
}
#img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-family: helvetica;
	font-size: 16px;
	color: #000000;
}
