* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #89898a;
	color: #ffffff;
	font: 12px Verdana, Tahoma, Arial;
}

div {
	display: block;
	border: 0px solid #ffffff;
}

#site {
	width: 100%;
	height: 100%;
}

#header {
	height: 10px;
	width: 100%;
	clear: both;
	text-align: center;
}

#center {
	clear: both;
	overflow: hidden;
	padding: 0 10px;
}

#footer {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}

#content {
	float:left;
	overflow: hidden;
}

#right {
	width: 300px;
	overflow: hidden;
	padding-left: 10px;
	float: right;
}

#jgooglemap,
#map_canvas {
	margin-right: 10px;
}

#player {
}
