/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-width: 1100px;
	background: #C0C0C0;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
padding:25px;
}

#obyavlenie {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background: #FFD7C4;
 text-align:center;
 valign:middle;
padding:25px;

}
