body {
  font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
}

.container {
    background: #F4FCFF;
    background-repeat: repeat-x; background-position: top;
    background-image: url(top.png);
	width: 799px;
	padding: 0px;
	padding-top: 10px;
	margin: auto;
	min-height: 800px;
	padding-bottom:10px;
	z-index: 90;
	position: relative;
}
.content {
 postion: absolute;
 z-index: 20;
}

iframe {
position: relative;
z-index: 100;
}

a { 
 position: relative;
 z-index: 100;
}

input {
 position: relative;
 z-index: 100;
}

.containerLeft {
	background: url(left.png) repeat-y;
	width: 10px;
	margin: 0px;
	padding: 0px;
	height: 800px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
.containerRight {
	background: url(right.png) repeat-y;
	width: 10px; 
	margin: 0px;
	height: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	float: right;
}

.containerBottom {
 background: url(bottom.png) no-repeat;
 height: 700px;
 width: 799px;
 margin: auto;
 margin-top: -700px;
}

p {
 padding-left: 10px;
}

.container H2 {
 text-transform: capitalize;
}

#top {
 float: right;
 margin-top: 5px;
 margin-right: 10px;
 display: block;
}