/****************************************************************  all  */

html, body, span, a, table, td, form, textarea, h1, h2, h3, p, ul, li, label {
	margin: 0;
	padding: 0;
	font-family: Courier, Courier New, Monaco, Monospace;
	border: 0;
	background: 0;
}

body {
	background: url(img/bg.jpg) repeat-x;
	background-color: #dbdbdb;
	margin: 0;
	padding: 0;
}

.clearit {
	clear: both;
}

img {
	border: 0;
}

a, img {
	outline: none;
}

a {
	color: #009ee3;
	text-decoration: underline;
}

p {
	font-size: 12px;
	text-align: center;
	line-height: 19px;
	color: #009ee3;
}

a:focus, a:hover, a:active {
	text-decoration: none;
}

#main {
	position: fixed;
	width: 846px;
	height: 943px;
  	position:absolute;
  	top:50%;                  
  	left:50%;
	margin: -423px 0 0 -420px;
	background: url(img/portfolio-jonas-buntenbruch.png) no-repeat;
	z-index: 1;
}

#textbox {
	width: 300px;
	background: white;
	opacity: 0.95;
  	position:absolute;
  	top:50%;                  
  	left:50%;
	margin: 145px 0 0 -162px;
	padding: 10px;
	z-index: 2;
}
