body {
  margin: 16px;
	/* background-color: #333535; */
	background-color: #000; 
	font-size: 14px;
	font-family: Ariel, Helvetica, Sans-Serif;
	color: #fff;
	}
h1 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #fff;
	}
img {
  border: 0;
	}
a {
  text-decoration: none;
	color: #0e67ab;
	}
a:hover{
  text-decoration: underline;
	}

.container {
  position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 657px;
	padding-top: 134px;
	padding-left: 154px;
	padding-right: 20px;
	padding-bottom: 36px;
	background-color: #020202;
	/* border: 17px solid #FFF; */
	background-image: url('images/head.gif');
	background-repeat: no-repeat;
	}

.email {
  position: absolute;
	top: 60px;
	left: 645px;
	}

.logos {
  position: absolute;
	top: 120px;
	left: -10px;
	}

.menu {
  position: absolute;
	top: 94px;
	left: 472px;
	width: 350px;
	}
.menu a {
  color: #fff;
	margin-left: 12px;
	font-size: 12px;
	}

.content {
  position: relative;
  background-color: #000;
	padding: 10px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	}
.foot {
  position: absolute;
	left: 0;
	bottom: -15px;
	height: 15px;
	width: 657px;
	background-image: url('images/foot.gif');
	background-repeat: no-repeat;
	}