* {
	margin:0;
	padding:0;
} 

html, body {
	height: 100%;
}

body {
	background-color: #616161;
	color: #C7C7C7;
	font-family: "Segoe UI", Arial, Sans-serif;
	font-weight: light;
}

#wrap {
	min-height: 100%;
	width: 100%;
}

#main {
	overflow:auto;
	padding-bottom: 80px;
}

#footer {
	background-color: #575757;
	position: relative;
	margin-top: -80px;
	height: 80px;
	clear:both;
}

#backgroundTop {
	background-image: url("../images/tippsea_bg_top.png");
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1000;
}

#mainContent {
	margin-top: 10px;
	text-align: center;
}

#footerLinks {
	padding-top: 20px;
	text-align: center;
}

.footer-link {
	display: inline-block;
	font-size: 14pt;
	width: 100px;
}

#views {
	min-height: 420px;
}

/* Title */
#titleLink {
	padding-top: 20px;
}

#titleText {
	margin: 20px 0px 10px 0px;
}

/* Taxi View */
#taxi {
	text-align: center;
}

#taxi div {
	margin: auto;
}

#taxi a {
	color: white;
	text-decoration: none;
}

/* About View */
#about {
	color: white;
	font-size: 14pt;
	margin: auto;
	padding-top: 20px;
	width: 500px;
}

/* Contact View */
#contact {
	padding-top: 20px;
	text-align: center;
}

#contact a {
	color: white;
}

/* App Selection View */
#webappLink, #androidLink {
	border-top: 5px solid #98F5F3;
	display: block;
	margin: auto;
	height: 300px;
	width: 300px;
	vertical-align: middle;
}

.app-link {
	display: inline-block;
	margin: 25px 50px 50px 50px;
	height: 310px;
	width: 310px;
}

#webappLink:hover, #androidLink:hover {
	border: 5px solid #C7C7C7;
}

#webappLink {
	background-image: url("../images/webapp_icon.png");
}

#androidLink {
	background-image: url("../images/androidapp_icon.png");
}

/*Opera Fix for footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

