#logo {
	position:relative;
 	width: 150px;
	top:0px;
	background: #000000;
	z-index: 10;
	padding-top: 45px;
	text-align:center;

}
#bottom_l {
position:relative;
width:100%;
height: 100%;
background: #565656 url(pic/backgd.gif) repeat-x;
}
#img-b-l {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#bottom_r {
	position:relative;
	width:100%;
	height: 100%;
	background:none;
}
#img-b-r {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content{
 position: relative;
 top: 155px;
 left: 190px;
 background:none;
 width:37em;
 height:30em;
 float: left;
 z-index:4;
}
#left {
height: 100%;
}
#right{
position: relative;
top: 155px;
float: left;
width:25em;
height:30em;
left: 195px;
margin-left: 3px;
overflow:hidden;
}
#right img{
height:29.6em;
width:24.6em;
border:#666666 solid 0.2em;
}
.menu {
    float:left;
	position:relative;
	background: #656565;
	left: 0px;
	top: 2px;
	text-align:left;
	padding-top: 4px;
	overflow:visible;
	z-index:5;
}
.feedback {
margin-left: 2em;
text-align:justify;
}
input, textarea, select {
margin-top: 5px;
color:#333333;
}

