@charset "utf-8";
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d6d7c8;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#fullheight{height:100%}
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}
#bodycontainer {
	width: 650px;
	height: 450px;
	background-image: url(../images/windowbg.png);
	padding: 5px;
	border-color: #FFFFFF;
	border-width: 8px;
	border-style: solid;
	text-align: left;
}
#logocontainer {
	width: 650px;
	padding: 5px;
	text-align: right;
}

