body {
	padding-left: 50%;
	font-family: Gill Sans MT, Verdana, Arial, sans-serif;
	font-size: medium;
	}
	
h1 {
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	color: #f5821f;
	}

#wrapper {
	position: relative;
	top: 0px;
	left: -512px;
	width: 1024px;
	height: 768px;
	z-index: 1;
	}
	
#top {
	position: relative;
	top: -76px;
	left: -1px;
	width: 1024px;
	height: 66px;
	background-image: url(images/top.gif);
	}

#logo {
	position: relative;
	top: 39px;
	left: 223px;
	width: 220px;
	height: 76px;
	background-image: url(images/logo.gif);
	z-index: 5;
	}
	
/*#main {
	position: relative;
	top: 0px;
	left: 0px;
	/*width: 1024px;
	height: 768px;
	border: 1px solid #efefef;*/
/*	} */
	
#left {
	position: relative;
	top: -75px;
	left: 0px;
	float: left;
	width: 215px;
	height: 635px;
	background-image: url(images/left.gif);
	}
	
#right {
	position: relative;
	top: -72px;
	left: -3px;
	float: right;
	width: 199px;
	height: 635px;
	background-image: url(images/right.gif);
	}
	
#content {
	position: absolute;
	top: 66px;
	left: 215px;
	width: 545px;
	height: 560px;
	background-image: url(images/bg.gif);
	/*background-attachment: fixed;*/
	padding: 70px 20px 5px 40px;
	border: 1px solid #f5821f;
	overflow: auto;
	}
	
#text {
	/*border: 1px solid #000000;*/
	position: absolute;
	top: 430px;
	left: 352px;
	width: 545px;
	height: 279px;
	background-image: url(images/bg2.gif);	
	}
	
#bottom {
	position: absolute;
	top: 703px;
	left: 0px;
	width: 1024px;
	height: 53px;
	background-image: url(images/bottom.gif);
	}
	
#test {
	position: absolute;
	top: 400px;
	left: 200px;

	}
