body {
	margin: 0;
	background-color: grey;
}

body table td {
	width: 50%;
	vertical-align: top;
	padding: 0;
}

table td #cent {
	text-align: center;
}

table tr #remove {
	color: grey;
}

div #new {
	float:left;
	margin-left: -10px;
	margin-top: 5px;
}

table th {
	border-bottom: 1px solid grey;
}

#description {
	margin: 20px 15px 20px 30px;
	height: auto;
	border: 1px solid #000040;
	padding: 0 10px;
	overflow: auto;
	background-color: #FFF;
	font-size: 14px;
	-moz-filter: alpha(opacity=50); opacity: 0.9;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
}

#gomap {
	margin: 20px 30px 20px 15px;
	height: auto;
	border: 1px solid #000040;
	padding: 0 10px;
	overflow: auto;
	background-color: #FFF;
	font-size: 14px;
	-moz-filter: alpha(opacity=50); opacity: 0.9;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
}

.references {
	border: 1px solid #C3C3C3;
	padding: 5px;
}

.references p {
	margin: 7px;
}

.references img {
	margin-right: 5px;
	float: left;
	border: none;
}

h1 {
	margin: 15px 0;
}

a:hover, a:focus {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: ##0645ad;
}

.dia_back {
	background-color: #FA5858;

}
.dia_front {
	position: absolute;
	z-index: 3;
}