  /* Fractalweb.com CSS */

  body {
  	background: #6c7182 url('images/back.png');
  	text-align: center;
  	margin: 0 auto;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #FF4E00;
  }

  #content {
  	min-height: 400px;
  	margin: 0 auto;
  	text-align: left;
  	padding: 24px 48px;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	color: #09357a;
  }

  #page {
  	background: #fff url('images/page.png') repeat-y;
  	width: 767px;
  	min-height: 600px;
  	margin: 0 auto;

  }

  #header {
  	background: #aaa url('images/logo.png') no-repeat;
  	width: 767px;
  	min-height: 161px;
	height: 161px;
  	margin: 0 auto 0 auto;
  	display: block;
  }

  #footer {
  	background: #fff url('images/footer.png') no-repeat;
  	width: 767px;
  	min-height: 117px;
	height: 117px;
  	margin: 0 auto;
  }
