*{
	margin:		0;
	padding:	0;
}
html{
	height:		100%;
}
body{
	width:		100%;
	height:		100%;
	background:	url(background.jpg) #000 no-repeat bottom right;
	color:		white;
}
#share{
	padding:	3px 3px;
	text-align:	right;
}
a:link, a:visited{
	color:		#DDDDFF;
}
a:hover, a:current{
	color:		#5555FF;
	text-decoration:	none;
}
#map{
	text-align:	center;
}
#rateme{
	text-align:	center;
	overflow:	auto;
}
#rateme #buttons input{
	width:		130px;
	height:		120px;
	background-repeat:	no-repeat;
	text-indent:	-150px;
}
#rateme #buttons{
	overflow:	hidden;
	text-align:	center;
	width:		550px;
	margin:		30px auto
}
#rateme a img{
	border:		0;
}
#about{
	width:		900px;
	margin:		0 auto;
	text-align:	center;
}
