body, html {
	height:100%;
}

body {
	background-image:url("../images/site_bg.jpg");
	background-repeat:repeat-y;
	background-color:#fff;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Verdana, Arial;
}

td, tr {
	font-size: 8pt;
	line-height: 150%;
}

div.textbox { background-image: url("../images/add_info_bg.gif"); background-repeat: repeat-y; padding-top: 2px; padding-left: 4px; padding-right:8px; margin-right:20px;           
                                text-align:center;
			height:200px;
			overflow: hidden;
}

#textbox_header { background-image: url("../images/add_info_header_bg.jpg");
               width: 224px;
               height: 20px;
}

#textbox_top { background-image: url("../images/add_info_bg_top.gif");
                  width: 225px;
                  height: 15px;

#textbox_bottom { background-image: url("../images/add_info_bottom.gif");
                  width: 225px;
                  height: 15px;
}

#main {
	background-color:#fff;
	width: 760px;
	margin-left: 10px;
	padding: 0px;
	font-size: 8pt;
	font-family: Verdana, Arial;
}