html, body
{
	height: 100%;
	margin:0px;
	padding:0px;
}
body
{
	font-weight: 400;font-family:'Open Sans';
	background:#ffffff;
	/* background-image: url(../images/interface/background.jpg);
	background-position: center -38px;
	background-repeat: no-repeat;
	background-size: auto auto;
	-o-background-size: auto auto;
	-moz-background-size: auto auto;
	-webkit-background-size: auto auto;
	background:#ededf0; */
}
@media all and (min-width:1900px)
{
	body
	{
		background-size: 100% auto;
		-o-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img
{
	border:none;
}
.clear
{
	clear:both;
}
.pageWidth
{
	max-width:1400px;
	margin: 0px auto;
}
.lineHeight
{
	line-height:38px;
}

/* CONTAINER */

.containerBlock
{
	display: table;
	height: 100%;
	width:100%;
}

