	@font-face{
	font-family:"abel";
	src:url("abelfont.ttf");
	}
	html,body{
	height:100%;
	min-width:700px;
	background-image:url("background.png");
	overflow:hidden;
	}
	li{
	list-style:none;
	border-bottom:1px solid white;
	}
	#main{
	margin:0 auto;
	width:100%;
	height:100%;
	}
	#blocktable{
	padding-bottom:15px;
	}
	#insidetext{
	font-size:32px;
	font-family:"abel";
	color:white;
	}
	#find,#create,#signup{
	cursor:pointer;
	font-size:32px;
	font-family:"abel";
	color:white;
	width:50%;
	}
	#find:hover,#create:hover{
	color:black;
	background-color:white;
	}
	#signup{
	border:solid white;
	width:50%;
	}
	#signup:hover{
	color:black;
	background-color:white;
	}
	#block2,#block3,#findgameblock,#findmapblock,#finddateblock,#findfeeblock,
	#creategameblock,#createmapblock,#createdateblock,#createfeeblock,
	#createprizeblock,#createdescblock{
	display:none;
	}
	#findgameblock,#findmapblock,#finddateblock,#findfeeblock,
	#creategameblock,#createmapblock,#createdateblock,#createfeeblock,
	#createprizeblock,#createdescblock{
	width:75%;
	height:75%;
	background-image:url("backside.png");
	top:20%;
	left:13%;
	position:absolute;
	}
	#dropdowntitle{
	cursor:pointer;
	font-size:32px;
	font-family:"abel";
	color:black;
	background-color:white;
	border:1px solid black;
	width:50%;
	}
	#dropdownfind,#dropdownfind2,#dropdownfind3,#dropdownfind4,
	#dropdowncreate,#dropdowncreate2,#dropdowncreate3,#dropdowncreate4,
	#dropdowncreate5,#dropdowncreate6{
	cursor:pointer;
	font-size:32px;
	font-family:"abel";
	color:white;
	background-color:black;
	width:50%;
	display:none;
	}
	#map-canvas {
    width:800px;
	height:300px;
    }
	.controls {
	margin-top: 16px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	}
	#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
	}
	#pac-input:focus {
	border-color: #4d90fe;
	}
	.pac-container {
	font-family: Roboto;
	}
	#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
	}
	#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
	}