@charset "UTF-8";
/* CSS Document */
html, body {
	height:100%;
	width:100%;
}
body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 26px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}
#start-holder {
	background-image: url(../img/gersten-lines_start.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 279px;
	position:relative;
	top: 12%;
}
#start-holder #start-holder-logo {
	height: 279px;
	width: 279px;
	margin: 0 auto;
}
#start-main {
	position:relative;
	top:15%;
}
#start-text-holder {
	padding-top: 30px;
	width: 615px;
	margin: 0 auto;
}
#start-button-holder {
	height: 135px;
	padding-top: 45px;
	width: 800px;
	margin: 0 auto;
}
#start-button-holder a {
	display: block;
	float: left;
	width: 400px;
	height:100px;
	background-color: #ededee;
	color: #000;
	text-decoration: none;
}
#start-button-holder a:hover {
	background-color: #00753b;
	color: #fff;
	text-decoration: underline;
}
#start-button-holder a h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 20px;
}