@charset "utf-8";
/* CSS Document */

BODY { 
  background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
   background-attachment:fixed;
	background-position:top left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#main {
	position:relative;
	left:0px;
	top:0px;
	width:823px;
	height:840px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:625px;
	height:179px;
}

#menuright {
	position:absolute;
	left:624px;
	top:0px;
	width:198px;
	height:840px;
}

#img {
	position:absolute;
	left:0px;
	top:179px;
	width:625px;
	height:187px;
}

#content {
	position:absolute;
	left:0px;
	top:366px;
	width:604px;
	min-height:474px;
	padding:10px;
	background-image: url(images/fe_solutions_04.png);
}

