html, body {
			margin:0px;
			width:100%;
			height:100%;
			background-color:#FFFFFF;			
}
body {
 		 background-image: url(../img/bg_black.gif);
		 background-repeat: repeat-x;
}
img {
	border: 0px none transparent;
}
#title {
		 position:absolute;
		 top:27px;
		 float:right;
		 width:100%
}
#content {
	   position:relative;
		 height:100%
}
#bike {
		 position:absolute;
		 bottom:0px;
		 line-height:0px;
		 left:0px;
}
#footer {
		 position:absolute;
		 bottom:0px;
		 right: 0px;
		 line-height:0px;
}
#map {
		 position:absolute;
		 top:50%;
		 left:50%;
		 width: 601px;
		 height:325px;
		 margin-left:-301px;
		 margin-top:-163px;
}
#photogallery {
	position:absolute;
	width:159px;
	height:164px;
	float:right;
	top:87px;
	left:50%;
	margin-left:260px;
}