@import url(header.css);
@import url(elements.css);

body {
	background:#000 url(../Image/mozaika.jpg);
	color:#fff;
	font:13px/1.2em Verdana;
	text-align:left;
}
#container {
	width:725px;
	margin:0 auto;
	position:relative;
	background:#000;
}
.ViewHend {
	cursor:pointer;
}
.message {
	padding:5px;
	border:solid 1px red;
	color:red;
	text-align:center;
	margin-bottom:4em;
}
