
body {
	margin: 0;
	padding: 0;	
	height: 550px;
}

.main{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif; 
	font-size: 12px;	
	height: 550px;
}

.toolbar {	
	height: 80px;
	margin: 0 auto;
	padding: 0;		
}


.footer {	
	height: 10px;	
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;	
}

.text{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(0,0,200);	
		
}

/*######################### menu ###############################*/
.menu {
	height: 45px;	
	padding-top: 5px;	
	width:850px;
	margin-right:auto;
    margin-left:auto;
}

.menu span{

	margin-right: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
	
	padding-right: 5px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;	
	
    text-decoration: none;
	vertical-align: middle;		
	
}

.menu span a img{
	vertical-align: middle;
}

.menu span a{
	font-size: 16px;
	vertical-align: middle;
	color: rgb(0,0,0);
}


.menu span a:hover{
	color: rgb(0,0,200);
}


.menu a{
	text-decoration: none;
}

/*######################### menu ###############################*/


/*######################### menu2 ###############################*/
.menu2 {
	float: left;
	margin-left: 150px;
	height: 50px;
}

.menu2 span{

	margin-right: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
	padding-right: 5px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 10px;	
	
	float: left;

	display: block; 	  
    text-decoration: none;
	color: rgb(255,255,255);	

}

.menu2 span a{
	color: rgb(255,255,255);
	font-size: 16px;
}

.menu2 a{
	text-decoration: none;
}
/*######################### menu2 ###############################*/

.top {
	background-color: rgb(255,255,255);
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	height: 550px;
}

.container {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.pitch {
	height: 550px;
	background-image: url(img1.png);	
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.pitch_engines{
	height: 550px;
	background-image: url(img2.png);	
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.pitch_cellnets{
	height: 550px;
	background-image: url(img3.png);	
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.pitch_softcpu{
	height: 550px;
	background-image: url(img4.png);	
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}


.btnDownload{

	background-color: rgb(30,130,30);
	
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	
	padding-right: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;	
	
	font-size: 20px;
	text-align: center;
	width: 350px;
	height: 30px;
}

.btnDownload:hover{
	background-color: rgb(70,170,70);
	border-top: 5px solid rgb(30,130,30);
	padding-top: 5px;
}

.btnDownload a{
	color: rgb(255,255,255);
	text-decoration: none;
}


div.top h1{
	font-size: 32px;
}


.center{
	font-size: 16px;
	background-color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	height: 600px;
}

.bottom {
	background-color: rgb(0,0,100);
	height: 450px;
	margin: 0;
	padding: 0;
}