body {
  background-color: #fcfdfe;
	color: #000;
	font-family: ;
	font-size: 12px;
	font-family: Ariel, Helvetica, Sans-Serif;
	margin: 0;
	}

.container {
  width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

a {
  text-decoration: none;
	}
a:hover {
  text-decoration: underline;
	}

.head {
  width: 900px;
	background-image: url(./images/head.gif);
	font-weight: bold;
	color: #1d54e1;
	text-align: center;
	padding-top: 140px;
	}
.head a {
  color: #09246b;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 7px;
	position: relative;
	}

.products {
  position: absolute;
	top: 160px;
	left: 9px;
	width: 220px;
	padding: 25px;
	background-color: #09246b;
	color: #FFF;
	border-right: 55px solid #1d54e1;
	font-size: 16px;
	line-height: 30px;
	height: 341px;
	}

.content {
  width: 551px;
	padding: 10px;
	background-color: #c9d5f7;
	position: absolute;
	right: 0px;
	top: 160px;
	height: 371px;
  overflow-x: hidden;
  overflow-y: auto; 
	}

.admincontent {
  width: 880px;
	padding: 10px;
	background-color: #c9d5f7;
	position: absolute;
	left: 10px;
	top: 160px;
	}

.footer {
  background-image: url(./images/foot.jpg);
	background-align: top center;
	background-repeat: no-repeat;
	width: 877px;
	position: absolute;
	left: 16px;
	top: 560px;
	height: 20px;
	padding-top: 90px;
	color: #1d54e1;
	}
.design {
  float: right;
	position: relative;
	top: -15px;
	}

h1 {
  font-size: 20px;
	margin-top: 0px;
	}
