html{
	height:100%;
}
body{
	height:100%;
	margin:0px;
	background-color: #777777;
	text-align:center;
	
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-image: url('../gfx/footer.gif');
}

body,td,div{
	font-family: Verdana,Arial;
	font-size:12px;		
}

#header{
	width:735px;
	height:245px;
	background-image: url('../gfx/header.gif');
}
#footer{
	width:735px;
	height:101px;
	margin-top:-101px;
	background-image: url('../gfx/footer2.gif');
	bottom:0px;
}

#inside{
	min-height:315px;
	width:335px;
}

#layout_table{
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:735px;
	border-collapse: collapse;
	background-image: url('../gfx/left.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;	
}

#layout_table td{
	padding:0px;
}

#main_td{
	vertical-align: top;
}

#main{
	min-height:400px;
	padding:20px;
}

#right{
	background-image: url('../gfx/right.gif');
	position:absolute;
	width:266px;
	height:132px;
	margin-top:-182px;
	margin-left:469px;
}

#gitaar{
	background-image: url('../gfx/gitaar.gif');
	margin-bottom:700px;
	position:absolute;
	width:266px;
	height:222px;
	margin-top:123px;
	margin-left:469px;
}
#menu_div{
	background-image: url('../gfx/menu.gif');
	position:absolute;
	width:97px;
	height:319px;
	margin-top:103px;
	margin-left:370px;
	vertical-align:top;
	padding-top:10px;

}

.img_border{
	cursor:pointer;
	border: 1px #000000 solid;
}

.menu {
	display:block;
	width:97px;
	height:30px;
	margin-bottom:13px;
}

#title{
	position:absolute;
	margin-top:80px;
	margin-left:50px;
}


.gb_right{
	text-align:right;
	vertical-align:top;
	padding-bottom:5px;
}
.gb_input{
	text-align:right;
	vertical-align:top;
	padding-bottom:5px;
}


.gb_top{
	vertical-align:top;
}


#messages{
	width:350px;
}