body {
	background-color: black;
	font: 16px "Arial";
	color: white;
	text-align: center;
	margin: 0px;
}

#title {
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	padding-top: 10px;
	text-shadow: rgba(125,125,125,0.5) 0 1px 0;
	color: rgba(255,255,255,0.90);
}

#main {
	width: 900px;
	height: 1000px;
	background: url(fon.jpg) no-repeat;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 10px;
}

img {
	border: solid 2px white;
	margin:  10px;
}
