* {
	margin: 0;
	padding: 0;
}

body {
	font: 15px "Verdana", "Tahoma", sans-serif;
	color: #fff;
}

h1 {
	font: bold 16px "Verdana", "Tahoma", sans-serif;
}

img, img a {
	border: none;
}

#container {
	margin: 0 auto;
	width: 1000px;
	height: 768px;
	background: url("/ext/img/bg.jpg") no-repeat;
}

#navigation {
	position: absolute;
	margin-top: 280px;
	margin-left: 40px;
	color: #fff;
	line-height: 40px;
}
	#navigation a {
		font: 22px "Verdana", "Tahoma", sans-serif;
		color: #fff;
		text-decoration: none;
	}

	#navigation a:hover {
		font-style: italic;
	}

	#navigation li {
		list-style-type: none;
	}

#content {
	width: 480px;
	height: 550px;
	overflow: auto;
	position: absolute;
	margin-left: 300px;
	margin-top: 200px;
}

#foto {
	float: right;
	width: 180px;
	height: 600px;
}
