body {
	padding: 0;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
div#main {
	margin: auto;
	display: table;
	height: 525px;
	width: 700px;
}
div#cell {
	display: table-cell;
	vertical-align: middle;
	background: url(http://www.osuchowski.eu/img/img.jpg) no-repeat;
	padding: 10px;
}
div#text {
	float: right;
	background: #ffffff;
	width: 350px;
	height: 505px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
div#text2 {
	padding: 10px;
}