body
{
	background-color:			#000000;
	color:						#ffffff;
	font-family:				Helvetica, Arial, sans-serif;
	font-size:					12px;
}

#button
{
	background:					transparent url(/misc/images/iTransitLogo.png) top left no-repeat;
	width:						256px;
	height:						256px;
	margin-top:					150px;
	margin-left:				auto;
	margin-right:				auto;
}

#title
{
	font-size:					20px;
	font-weight:				bold;
	text-align:					center;
	padding-top:				10px;
}

#desc
{
	font-weight:				bold;
	font-size:					16px;
	padding-top:				20px;
	text-align:					center;
}

#links
{
	font-weight:				bold;
	font-size:					16px;
	padding-top:				40px;
	text-align:					center;
}
#footer
{
	font-weight:				bold;
	font-size:					12px;
	padding-top:				100px;
	text-align:					center;
}
#links  a,
#footer > a
{
	margin-left:				25px;
	margin-right:				25px;
	color:						#6acbff;
	text-decoration:			none;
}
#links  a:hover,
#footer > a:hover
{
	color:						#fdcd66;
}

