body{

	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;		
	color:#333;

}
#logo{

	height:150px;
	width:900px;
	float:left;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
}

#container{
	width:900px;
	margin-left:-450px;
	top:4%;
	left:50%;
	position:absolute;
	border-bottom:1px solid #ccc;
	padding-bottom:70px;

}
.sales{
	width:10px;
	height:10px;
	border-right:3px solid #772f85;
	border-top:3px solid #772f85;
	margin:0 10px 0 10px;
	DISPLAY: inline-block; 
	overflow: hidden;
}
.software{
	width:10px;
	height:10px;
	border-right:3px solid #003b74;
	border-top:3px solid #003b74;
	margin:0 10px 0 10px;
	DISPLAY: inline-block; 
	overflow: hidden;
}
.marketing{
	width:10px;
	height:10px;
	border-right:3px solid #de122b;
	border-top:3px solid #de122b;
	margin:0 10px 0 10px;
	DISPLAY: inline-block; 
	overflow: hidden;
}



#marketing{
	background-image:url(../images/marketing.png);
	background-repeat:no-repeat;
	width:300px;
	height:290px;
	float:left;
	cursor:pointer;
	background-color:#FFF;
}

#software{
	background-image:url(../images/software.png);
	background-repeat:no-repeat;
	width:300px;
	height:290px;
	float:left;
	cursor:pointer;background-color:#FFF;
}

#sales{
	background-image:url(../images/sales.png);
	background-repeat:no-repeat;
	width:300px;
	height:290px;
	float:left;
	cursor:pointer;background-color:#FFF;
}
#text{
	float:left;
	width:100%;
	text-align:center;
	line-height:200%;

}
#text ul{
text-align:left;
margin-left:330px;
}

#text p{
	
}

img{border:0px;}

.line
{
	height:1px;
	width:900px;
	left:50%;
	margin-left:-450px;
	background-color:#ccc;
	position:absolute;
	bottom:10%;
}