@charset "utf-8";
/**
 * CSS based on CodeIgniter
*/
body {
	background-color:	#fff;
	margin:				40px;
	font-family:		Lucida Grande, Verdana, Sans-serif;
	font-size:			12px;
	color:				#000;
}

#content  {
	border:				#999 1px solid;
	background-color:	#fff;
	padding:			20px 20px 12px 20px;
	text-align: center;
}

h1 {
	font-weight:		normal;
	font-size:			14px;
	color:				#990000;
	margin: 			0 0 4px 0;
}

a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.browser {
	width: 70px;
	height: 66px;
	display: inline-block;
	background-image: url(../images/browser_logos-64.png);
}

.chrome {
	background-position: 0 0;
}

.mozilla {
	background-position: -71px 0;
}

.opera {
	background-position: -142px 0;
}

.safari {
	background-position: -213px 0;
}

.ie {
	background-position: -284px 0;
}