@import "/assets/styles/nav.css";

body {
	background-color: #BFC8C9;
	background-image: url(/assets/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	width: 770px;
	margin: 0 auto;
	/* hack for height! */
	min-height: 405px;
  	height: auto !important;
  	height: 405px;
	position: relative;
}

.background-home {
	background-image: url(/assets/images/background-home.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.background-about {
	background-image: url(/assets/images/background-about.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.background-growths {
	background-image: url(/assets/images/background-growths.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.background-offices {
	background-image: url(/assets/images/background-offices.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.background-links {
	background-image: url(/assets/images/background-links.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.background-contact {
	background-image: url(/assets/images/background-contact.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}


#header {
	width: 770px;
	height: 153px;
	clear: both;
}

#languages {
	width: 165px;
	height: 25px;
	font-size: 0.9em;
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
}

#languages em {
	width: 77px;
	height: 25px;
	display: block;
	background-image: url(/assets/images/select-language.gif);
	float: left;
}

#languages #english {
	width: 40px;
	height: 25px;
	display: block;
	background-image: url(/assets/images/english1.gif);
	float: left;
}

#languages #chinese {
	width: 48px;
	height: 25px;
	display: block;
	background-image: url(/assets/images/chinese0.gif);
	float: left;
}

#languages span {
	display: none;
}

#logo {
	float: left;
}

#statement {
	margin-top: 4px;
	width: 425px;
	height: 116px;
}

#statement h1 {
	font-size: 1.4em;
	height: 116px;
	display: block;
	padding: 0px;
	margin: 0px;
}

#statement h1 span {
	display: none;
}

#content {
	width: 540px;
	margin-left: 35px;
}

#footer {
	width: 735px;
	clear: both;
	margin-left: 35px;
}

#uzbek-cotton-fair {
	position: absolute;
	left: 660px;
	top: 415px;
}
