@charset "utf-8";
/* CSS Document */

html, body {
	background: url(images/bg.jpg);
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #816D4A;
}

#logo {
	width: 960px;
	margin: auto;
	height: 140px;
}

#top-container {
	background: #FFFFFF url(images/bg-top-container.jpg);
	margin: auto;
	width: 960px;
	height: 290px;
}

#crs{
	background: url(images/bg-crs.jpg);
	background-repeat: no-repeat;
	width: 180px;
	float: left;
	padding-left: 10px;
}

#banner{
	width: 770px;
	float: right;
}

#main-container {
	background: #FFFFFF;
	margin: auto;
	width: 960px;
}

input,textarea,select,button {
	font-size: 10px;
	color: #816D4A;
}