html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(pics/startup_bodyBack.jpg) repeat-x bottom #FFF;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 11px;
}
.main {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(pics/startup_mainBack.jpg) no-repeat bottom center;
}
.content {
	position: absolute;
	width: 741px;
	left: 50%;
	margin: 0 0 0 -370px;
}
.logo {
	display: block;
	width: 700px;
	height: 121px;
	
}	
html>body .logo  {
	background: url(pics/startup_logo.png) no-repeat;
}
* html .logo  {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/startup_logo.png",sizingMethod="crop");
}
.buttons {
	position: absolute;
	width: 741px;
	height: 256px;
	left: 50%;
	margin-left: -370px;
	display: block;
}
.buttons_back {
	width: 741px;
	height: 256px;
}
html>body .buttons_back {
	background: url(pics/startup_buttons.png) no-repeat;
}
* html .buttons_back {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="pics/startup_buttons.png",sizingMethod="crop");
}
.buttons a {
	position: relative;
	color: #FFF;
	text-decoration: underline;
}
.links {
	padding-top: 20px;
	padding-left: 22px;
	color: #fff;
}
.links a {
	display: block;
	float: left;
	padding-top: 192px;
	width: 165px;
	margin-right: 13px;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
}
.links #link3 a {
	padding-top: 186px;
}
.links a span {
	text-decoration: underline;
}
.links a:hover span {
	text-decoration: none;
}
.clear {
	clear: both;
}
.bottom {
	margin-top: 10px;
	width: 500px;
	margin-left: 120px;
	text-align: center;
	clear: both;
}
.bottom a {
	color: #a1a1a1;
	font-size: 9px;
}
.bottom img {
	margin: 25px 0 10px 0;
}
.bottom p {
	color: #a1a1a1;
	font-size: 9px
}








