body {
	margin:0px;
	padding:0px;
}

#awebz-top {
	display:block;
	width:100%;
}

#awebz-middle {
	background-color:white;
	display:block;
	min-height:500px;
	width:100%;
}

#awebz-left {
	display:inline;
	float:left;
	height:100%;
	width:5%;
}

#awebz-right {
	display:inline;
	float:right;
	width:5%;
}

#container {
	background-color:none;
	display:inline-block;
	float:left;
	min-height:500px;
	width:90%;
}

#container-bottom {
	display:block;
	clear:both;
	width:100%;
}

#awebz-bottom {
	background-color:yellow;
	display:block;
	clear:both;
	width:100%;
}

#tabs {
	background-color:white;
	display:block;
	min-height:42px;
	width:100%;
}

#tabs div.tab-btn {
	background-color:transparent;
border:solid 1px black;
background-color:white;
	display:inline;
	float:left;
	width:100px;
}
