* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
body {
	background:#fff;
	color:#002052;
	font-family: Arial, sans-serif, Verdana; 
	font-size:11px;
	line-height:18px;
}

#wrapper {
	position: absolute;
	width:960px;
	height: 595px;
	margin: -302px 0 0 -480px;
	background-color:#fff;
	top: 50%;
	left: 50%;
}

#top {
	position: relative;
	width:960px;
	height: 129px;
	background: #f9b200 url(/assets/images/start_top.jpg);
}

#middle {
	position: relative;
	width:960px;
	height: 232px;
	background: #f9b200 url(/assets/images/start_middle.jpg) no-repeat;
	z-index:1010;
}

#middle #menu {
	position: absolute;
	top: 19px;
	right: 67px;
	z-index:1010;
}

#middle #payoff {
	position: absolute;
	width:609px;
	height: 154px;
	top: 49px;
	left: 284px;
	background: #f9b200 url(/assets/images/start_payoff.gif) no-repeat;
	z-index:1001;
}


#bottom {
	position: relative;
	width:960px;
	height: 234px;
	background: #fff url(/assets/images/start_bottom.jpg) no-repeat;
}

#bottom #logo {
	position: absolute;
	width:183px;
	height: 85px;
	top: 144px;
	left: 760px;
	background: #fff url(/assets/images/start_logo.gif) no-repeat;
}

#bottom #menu {
	position: absolute;
	top: 210px;
	left: 0px;
	z-index:1001;
	font-size:9px;
	line-height:18px;
	color: #123456;
}

#bottom #menu A {
	color: #002052;
	text-decoration: none;
}

#bottom #menu A:hover {
	color: #004dc4;
}

#bottom #socialmedia {
	position: absolute;
	top: 228px;
	left: 0px;
	z-index:1001;
	font-size:9px;
	line-height:16px;
	color: #123456;
}

#bottom #socialmedia A {
	color: #002052;
	text-decoration: none;
	font-size:9px;
	line-height:16px;
display:block;
float:left;
}

#bottom #socialmedia A.linkedin{
	background: #fff url(/assets/images/icon_linkedin.png) no-repeat;
	background-position:0px -1px;
	padding-left:15px;
}

#bottom #socialmedia A.youtube {
	margin-left:15px;
	background: #fff url(/assets/images/icon_youtube.png) no-repeat;
	padding-left:36px;
}


#bottom #socialmedia A.newsletter {
	margin-left:15px;
	background: #fff url(/assets/images/icon_newsletter.png) no-repeat;
	padding-left:18px;
}


#bottom #socialmedia A:hover {
	color: #004dc4;
}


#overlay1 {
	position: absolute;
	width:243px;
	height: 129px;
	top: 0px;
	left: 717px;
	background: #002052;
	z-index:1001;
	text-align: center;
}
#overlay1 A {
	width: 100%;
	display: block;
}

#overlay2 {
	position: absolute;
	width:286px;
	height: 146px;
	top: 361px;
	left: 0px;
	background: #fff url(/assets/images/start_overlay01.gif) no-repeat;
	z-index:1001;
	text-align: center;
}
#overlay2 A {
	width: 100%;
	display: block;
}

#overlay3 {
	position: absolute;
	width:254px;
	height: 128px;
	top: 363px;
	left: 519px;
	background: #fff url(/assets/images/start_overlay02.gif) no-repeat;
	z-index:1001;
	text-align: center;
}
#overlay3 A {
	width: 100%;
	display: block;
}


#overlay {
	position: absolute;
	width:960px;
	height: 507px;
	top: 0px;
	left: 0px;
	z-index:1000;
}