html, body {
  height: 100%;
  overflow: hidden;
}

body {
background-image:url(/img/bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#096288;
margin:0;
}

a:link { color: #096288; text-decoration: none;}
a:visited { color: #096288; text-decoration: none; }
a:hover { color: #096288; text-decoration: underline;}
a:active { color: #096288; } 

	input.text {
	margin-top:4px;
	height:27px;
	font-family:'myriad pro',tahoma,verdana;
	font-size:11pt;
	padding:4px 0px 0px 5px;
	margin-right:7px;
	margin-bottom:7px;
	border:1px solid #ddd;
	background-color:#fff;
	}
	
.centerme {
	width: 853px;
	height: 398px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -426px;
	margin-top: -199px;
	text-align:left;
}

#left {
float:left;
top:30px;
width:224px;
z-index:0;
position:absolute;
text-align:left;
}

#content {
width:643px;
height:398px;
background-image:url(/img/main.png);
float:right;
z-index:1;
position:relative;
margin-left:203px;
text-align:left;
font-size:11pt;
font-family:'myriad pro',tahoma,verdana;
line-height:12pt;
}

#content-padding {
padding:32px 30px 32px 30px;
}

h1 {
line-height:10pt;
}

#error {
background-color:#096288;
background-image:url(/img/stripepattern.gif);
border-bottom:2px solid #fff;
font-weight:bold;
color:#fff;
width:100%;
position:absolute;
height:38px;
text-align:center;
font-family:'myriad pro';
font-size:12pt;
top:0;
left:0;
}

	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:579px;	/* Width of box */
		height:135px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #096288;	/* Dark green border */
		background-color:transparent;	/* White background color */
		text-align:left;
		font-size:12pt;
		font-family:'myriad pro',tahoma;
		z-index:100;

	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:3px 3px 3px 3px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		color:#000;
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#dfedf6;
		color:#000;
	}
	#ajax_listOfOptions_iframe{
		position:absolute;
		z-index:5;
		border:0px;
	}
	
	/* Big box with list of options */

	
<!--
#fixme {
position:absolute;
right:0px;
bottom:0px;
text-align:right;
font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
height: 20px;
width: 100%;
padding-right:15px;
padding-bottom:15px;
color:#fff;
font-family:tahoma;
font-size:8pt;
}

body > div#fixme {
position: fixed;
}
-->

<!--[if gte IE 5.5]>
<![if lt IE 7]>
div#fixme {
     /* IE5.5+/Win - this is more specific than the IE 5.0 version */
     right: auto; bottom: auto;
     left: expression( ( -0 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
     top: expression( ( +0 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
<![endif]>
<![endif]-->