@import url(uibase.css);
@import url(content.css);
@import url(menu2.css);
* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial;
}

body {
	background-color: #fff;
	background-image: url(../../images/bgbody.jpg); 
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	
}

.clear {
	clear: both;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

.wrapper {

	width: 996px !important;
	margin: 0 auto;
}

