@charset "utf-8";
@import url('header.css');
@import url('middle.css');
@import url('footer.css');
@import url('typography.css');

* {
	margin: 0px;
	padding: 0px;
}
html {
	height:100%;
}
body {
	background:url(../images/bg2.gif);
	min-height: 100%;
	position: relative;
}
* html body {
    height: 100%;        /* замена min-height:100% для IE6 */
}
#page {
	background:url(../images/light.png) no-repeat center top;
	padding-bottom:92px;
}


hr {
	border:none;
	background:url(../images/hr.gif) repeat-x;
	color:transpatent;
	height:2px;
	text-shadow:none;
	size:2px;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}

img {
	border:none;
}
