* {
	padding:0;
	margin:0;
}
html {
	height: 100%;
	width: 100%;
}
* html body {
	height:100%;
	width: 100%;
}
body {
	background-color: #ffffff;	
	margin: 0;
	min-width: 512px;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #4e4e4e;
}
/*		для того чтобы дизайн распологался по середине			*/
#horizon {
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#content {
	margin-left: -256px;
	position: absolute;
	top: -160px;
	left: 50%;
	width: 512px;
	height: 325px;
	visibility: visible;
}
.logo {
	width: 261px;
	margin-left: auto;
	margin-right: auto;
}
.logo img {
	border: 0;
}
.bg {
	background: url(bg.gif) no-repeat;
	width: 496px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px; 
	text-align: center;	
	padding: 20px 0 20px 0;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #ffffff;	
}
.tel {
	margin-top: 20px;
	color: #4e4e4e;	
}
.tel a {
	color: #cc0000;
	text-decoration: underline;
}

.ssylka  {
	color: #cccccc;
	text-decoration: underline;
}
.ssylka a {
	color: #cccccc;
	text-decoration: underline;
}