table
{ 
margin-left: auto;
margin-right: auto;
}

#bottom {
   position: relative;
   top: 60px;
   left: 155px;
   width: 834px;
   text-align: center;
}

#middle {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #000000;
    width: 834px;
    text-align: center;
}

#all {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 1100px;
    text-align: center;
}

#middle2
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: none;
    width: 1160px;
    text-align: center;
}

table.principal {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

td.meniu {
	font-family: verdana;
    font-size: 90%;
    font-weight: bold;
    background-color: yellow;
    width: 25%;
   	border-collapse: collapse;;
}

td.plan {
	padding: 2px;
	background-color: white;
    font-family: arial;
    font-size: 80%;
}

td.top {
	vertical-align: top;
}

img.noborder {
    border: none;
}

A:link {
	text-decoration: none;
	color: black;
}

A:visited {
	text-decoration: none;
	color: black;
}

A:active {
	text-decoration: none;
	color: black;
}

A:hover {
	text-decoration: none;
	color: black;
}

div#sticky {
	background-color: #FFF;
	position: fixed;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 2px;
	height: 96px;
	width: 99%;
}