@charset "utf-8";

body {
	margin:0px;
	padding:0px;
  text-align:center;
	
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
	line-height: 150%;
	font-size: 0.9em;
	
  background-image:url(../_gfx/head_back.png);
	background-repeat:repeat-x;	
}

img {
  border:none;
}

#body {
  width:750px;
	text-align:left;
	margin:0 auto 0 auto;
	overflow:hidden;
}

#boxes {
	margin:100px 0 0 0;
	text-align:center;
}

.box {
  float:left; 
	display:inline;
	margin:0 0 0 4px;
}

#bottomback {
  position:absolute;
	height:163px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	background-image:url(../_gfx/head_back_bottom.png);
	background-repeat:repeat-x;
}