body {
	background: #2E2E30;
}
a img {
	border: none;	
}
a {
	color: #FFFFFF;
}
h1 {
	color: white;
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	font-size: 25px;	
	font-style: italic;	
}
p {
	color: white;
	font-family: Arial, Helvetica, Verdana;
	font-size: 17px;	
	text-align: left;	
}
.rootpink {
	height: 170px;
	width: 100%;
	float: left;
}
.logobar {
	height: 170px;
	width: 789px;
	background: #F5184D;
	margin-top: 3px;
}
.logo {
	padding-top: 13px;
	padding-left: 20px;
	height: 165px;
	width: 769px;
	text-align: left;
}
.startups {
	height: 200px;
	width: 200px;
	position: relative;
	left: 260px;
	top:-100px;
}
.investors {
	height: 200px;
	width: 200px;
	position: relative;
	left: -250px;
	top: 510px;
}
.rootblack {
	height: 746px;
	width: 100%;
	float: left;
}
.homecontent {
	height: 746px;
	width: 789px;
	background: url('img/home.jpg') no-repeat;
}
.content {
	height: 726px;
	width: 749px;
	background: url('img/background.jpg') no-repeat;
	padding-top: 10px; 
	padding-left: 30px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
}
.rootwhite {
	width: 100%;
	float: left;
}
.rootwhitecontent {
 	line-height: 200%;
 	vertical-align: middle;
	width: 769px;
	background: #FFFFFF;
	text-align:left;
	color: gray;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px;
	
}
.rootwhitecontent img{
	padding-left: 10px;
	padding-right: 10px;
}