/* Anovid Front Page Stylesheet */
/* Location: "//lib/css/front.css" */
@charset "utf-8";

/* Headline */
#headline
{
	width: 698px;
	height: 170px;
	overflow: hidden;
	margin: 0;
	background-image: url(/lib/img/welcome.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	display: block;
	line-height: 170px;
	text-indent: -9999px;
}

/* Columns */
#left
{
	width: 309px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(/lib/img/titles/welcome-to-anovid.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#left p
{
	margin: 55px 0 0 0;
	padding: 0;
}
#right
{
	width: 307px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: url(/lib/img/titles/lets-navigate-together.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#right p
{
	margin: 55px 0 0 0;
	padding: 0;
}
#right p#question
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin: 10px 0 0 0;
}
#right p#link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 3px 0 0 0;
}
#right a
{
	color: #79c163;
	text-decoration:none;
}
#right a:hover
{
	color: #fff;
	text-decoration:none;
}

