@CHARSET "UTF-8";

body {
  background-color: #81271f;
  background-color: #5B090F;
	text-align: center;
}
#body {
	text-align: left;
	margin: auto;
	width: 900px;
  background: transparent url('/images/trame-bg.jpg') repeat-y top right;
	min-height: 500px;
  color: #FFF;
  background-color: #81271f;
}

#body a,#body p,#body table,#body fieldset,#body form {
  color: #FFF;
}

#background {
  background: transparent url('/images/image-bg.jpg') no-repeat bottom right;
  width: 100%;
	min-height: 770px;
}

#menu {
	float: left;
}

#banner {
	float: right;
	margin-top: 50px;
}

#main {
	clear: both;
}

#submenu {
	float: left;
	background: transparent url('/images/submenu-bg.jpg') no-repeat 0 0;
	width: 180px;
	height: 300px;
	margin-top: 80px;
	padding: 20px;
}

#content {
	width: 600px;
	float: right;
	margin: 0px 50px 20px 0;
}


