* {
	margin: 0px;
	padding: 0px;
}

html {height: 100%;}
body {
	height: 100%;
	font-size: 0.85em;
	font-family: Arial
}

#measurer {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

#layout {
	min-width: 1000px;
	min-height: 100%;
	position: relative;
	z-index: 2;
}

#footer {
	padding: 20px 60px 110px;
	font-size: 0.8em;
	color: white;
}

#footer a {
	color: #ffdf7f;
}

#footer .l {
	height: 20px;
	padding-left: 10px;
	background: url('../i/footer-l.gif') 0 0 no-repeat;
}
#footer .r {
	height: 20px;
	float: left;
	padding-right: 10px;
	background: url('../i/footer-r.gif') 100% 0 no-repeat;
}
#footer .c {
	height: 20px;
	background: #0d232a;
	float: left;
	line-height: 19px;
	overflow: hidden;
}

#design {
	float: left;
}
#programming {
	float: left;
	margin-top: 5px;
}
#contact {
	float: right;
	margin-top: 5px;
}
#project {
	float: right;
}
#copiright {
	text-align: center;
	line-height: 19px;
}
#project a {
	padding-left: 50px;
	background: url('../i/KsanLogo.png') 0 50% no-repeat;
	margin-left: 3px;
	text-decoration: none;
	height: 19px;
	float: left
}
#project span {
	height: 19px;
	float: left;
}

div.line {
	height: 3px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #bac8ca;
	width: 940px;
	margin: 0px auto;
	position: relative;
	z-index: 20;
}
div.line div {
	height: 2px;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #648288;
	background: #000000;
}

.hidden {display: none;}
.clear {clear: both;}


#msg_fld {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, начиная с 1999 года */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}




















