/* HEADER */
@import "header.css";

/* MAIN */
@import "main.css";

/* FOOTER */
@import "footer.css";

/* DOCUMENT */

html, body {
	height: 100%;
	width: 100%;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #FFBE55 url(/picture/frame/links_mini.gif) repeat-y 50% 0;
	text-align: center;
}

div#viewport {
	background: url(/picture/frame/links_balk.jpg) no-repeat;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	position: relative;
	width: 760px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	_height: 100%;
	text-align: left;
}

div#foto {
	width: 243px;
	height: 185px;
	position: absolute;
	bottom: 20px;
	left: 2px;
}