.header {
    height: 180px;
    width: 100%;
    background: url(../images/osmcopy.png) no-repeat bottom right, url(../images/header.png) no-repeat center center;
}

.main {
    margin-top: 30px;
    padding: 5px;
}

.sidebar {
    background: #ddd;
    padding: 5px;
}

.sidebar div {
    margin-left: 45px;
}

.links h4 {
	font-weight: bold;
	font-size: 1.15em;
	text-align: center;
	margin-top: 20px;
	color: inherit;
}

.links tr:first-child td, .links tr:first-child td img {
	height: 50px;
}

.links tr:nth-child(2) td {
	height: 350px;
}

.ui-tooltip, .ui-tooltip-content {
    background: url("../images/ballon.png") scroll 0 0 transparent;
    background-repeat:no-repeat;
    width: 300px;
    height: 217px;
}
