			body, html {
				background: #66cccc;
				margin: 0;
				height: 100%;
			}
			div {
				display: block;
				margin: 0;
				padding: 0;
			}
			div#wrapper {
				width: 1024px;
				height: 800px;
			}
			div#header {
				background: url('../images/header.jpg');
				width: 1024px;
				height: 105px;
			}
			div#leftcolumn {
				background: url('../images/left-repeat.jpg') repeat-y;
				width: 206px;
				position: absolute;
				height: 695px;
				margin-top: 105px;
				left: 0;
				top: 0;
			}
			div#left-top {
				background: url('../images/left-top.jpg');
				height: 241px;
				width: 100%;
			}
			div#left-bottom {
				background: url('../images/left-bottom.jpg');
				height: 191px;
				width: 100%;
				position: absolute;
				left: 0px;
				top: 504px;
			}
			div#left-middle {
				
			}
			
			div#maincolumn {
				width: 631px;
				height: 695px;
				position: absolute;
				left: 206px;
				top: 0px;
				margin-top: 105px;
				background: #FFFFFF;
			}
			
			div#rightcolumn {
				position: absolute;
				left: 837px;
				width: 187px;
				background: url('../images/right-repeat.jpg') repeat-y;
				height: 695px;
				margin-top: 105px;
				top:0;
			}
			
			div#right-top {
				width: 187px;
				height: 56px;
				background: url('../images/right-top.jpg');
			}
			
			div#right-bottom {
				width: 187px;
				height: 60px;
				background: url('../images/right-bottom.jpg');
				position: absolute;
				left: 0px;
				top: 635px;
			}
			div#footer {
				background: url('../images/footer.jpg');
				height: 28px;
				width: 1024px;
				position: absolute;
				top: 800px;
				left: 0;
			}

		.label {
			font-weight: bold;
			font-family: Arial;
			font-size: 15px;
		}

		#content {
			width: 630px;
			text-align: left;
			font-size: 14px;
			overflow: scroll;
			height: 680px;
						
		}
		
		input.front {
			width: 150px;
			font-size: 12px;
		}
		
		div#newuser {
		 width: 269px;
		 height: 165px;
		 text-align: center;
		 padding-top: 45px;
		 background: url('../images/newuser.jpg') no-repeat #cccccc;
		 float: left;
		 margin-left: 14px;
		 font-size: 12px;
		}
		
		div#returnuser {
		text-align: center;
		 width: 249px;
		 height: 170px;
		 background: url('../images/returnuser.jpg') no-repeat #cccccc;
		 margin-left: 320px;
		 padding: 40px 10px 0 10px;
		 font-size: 12px;
		}

		.quarter1 {
			width: 200px;
			margin-left: 0px;
			float: left;
		}

		.quarter2 {
			width: 200px;
				float: left;
		}

		.quarter3 {
			width: 200px;
			margin-left: 410px;
		}

		.ubutton {
			background: #00FFFF;
			color: black;
			font-size: 20px;
			font-family: Arial Black;
			width: 200px;
			text-align: center;
			border: 1px solid black;
		}

		.thumb {
			width: 180px;
			height: 110px;
		}

		.framethumb {
			width: 180px;
			height: 184px;
		}

		form#info label {
			display: block; 
			float: left;
			width: 130px;
			text-align: right;
			color: black;
			font-weight: bold;
		}

		form#info input, form#info textarea {
			width: 200px;
			background: #CCFFFF;
		}

		form#info input.button {
			width: 90px;
			font-weight: bold;
			font-size: 16px;
			background: #99CC00;
			color: #FFFFFF;
		}

		form#info div {
			width: 340px;
			display: block;
			clear: left;
		}
