* {
	outline: none;
}

html {
	border-top: 2px solid rgba(255, 120, 0, 0.9);
}

body {
	font-family: Segoe UI, Helvetica, Droid Sans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0f0f0;
	background-image: url('img/body-bg.png');
	margin: 0;
	padding: 0;
}

.box {
	width: 700px;
	height: 300px;
	position: fixed;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -350px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); 
    border: 1px solid rgba(0, 0, 0, 0.4);
    z-index: -3
}

.image {
	height: 300px;
	width: 700px;
	position: absolute;
	top: 0;
	background-image: url('./img/board.jpg');
	z-index: -2;
}

.titel {
	height: 45px;
	width: 700px;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: -1;
}
	.titel span {
		color: #f0f0f0;
		font-size: 16px;
		line-height: 45px;
		vertical-align: middle;
		padding-left: 30px;
	}

.mail {
	position: fixed;
	top: 100%;
	left: 100%;
	height: 30px;
	width: 30px;
	margin: -40px 0 0 -50px;
}

	.mail img {
		height: 30px;
		width: 30px;
	}