html, body {
	margin: 0px;
	margin-top: 50px;
	width: 100%;
	text-align: center;
	font-family: "arial";
	background: #5A5A5A;
}
#content {
	margin: auto auto;
	width: 750px;
}

#triangle-left { 
	width: 0; 
	height: 0; 
	border-top: 100px solid transparent; 
	border-right: 150px solid #7cb5f3; 
	border-bottom: 100px solid transparent; 
	float: left;
	cursor: pointer;
}
#triangle-right { 
	width: 0; 
	height: 0; 
	border-top: 100px solid transparent; 
	border-left: 150px solid #7cb5f3; 
	border-bottom: 100px solid transparent;
	float: left;
	cursor: pointer;
} 
#rectangle-right { 
	width: 585px; 
	height: 134px; 
	background: #7cb5f3;
	float: left;
	color: #ffffff;
	font-size: 60px;
	padding-top: 65px;
	text-align: left;
	padding-left: 15px;
	cursor: pointer;
}
#rectangle-left { 
	width: 585px; 
	height: 134px; 
	background: #7cb5f3;
	float: left;
	color: #ffffff;
	font-size: 60px;
	padding-top: 65px;
	text-align: right;
	padding-right: 15px;
	cursor: pointer;
}