
BODY {
	text-align: center;
	background-color: #363636;
	color: #fff;
	font-family: Verdana;
	}


.stranka {
	position: relative;
	width: 1004px;
	height: 661px;
	margin: 50px auto;
	background-image: url("pozadi.jpg");
	}

.logo {
	position: relative;
	width: 200px;
	top: 20px;
	left: 20px;
	float: left;
	}

.b2b {
	position: relative;
	top: 20px;
	left: -20px;
	text-align: right;
	}

.b2b A {
	text-decoration: none;
	color: #fff;
	}


.text {
	clear: both;
	position: relative;
	top: 300px;
	left: 20px;
	text-align: left;
	float: left;
	font-size: 30px;
	font-weight: bold;
	}

.email {
	position: relative;
	top: 610px;
	left: -20px;
	text-align: right;
	}

.email A {
	text-decoration: none;
	color: #fff;
	}

