html, body {
	height: 100%;
}

p {
	color:#959595;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	line-height: 1.3em;
	padding-left: 1.3em;
	padding-right: 1.4em;
}

a {
	text-decoration: none;
	color: #667ab3;
}

* {
	padding: 0;
}

.style h4 {
	color:#959595;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:14px;
	padding-left: 1em;
	margin-bottom: 0;
}
.style #container {
	height:auto;
	margin:0 auto -100px;
	min-height:100%;
	padding:0 0 20px;
	text-align:left;
	width:982px;
}

.style #header {
	width: 100%;
}

.style #logo {
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 300px;
	height: 100px;
	float: left;
	padding-bottom: .5em;
	margin-left: 2em;
}


<!-- CONTENT -->
.style #content {
	width: 100%;
}

.style #slider {
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	background-color:#a54992;
	height: 274px;
	width: 100%;
	float: left;	
}

.style #left_box {
	background-color:#F9F9F9;
	min-height: 382px;
	width: 49%;
	float: left;
	margin-top: 1em;
	border:1px solid lime;
	border-color:#E6E6E6;
}

.style #right_box_top {
	background-image:url(images/robot.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:1px solid lime;
	border-color:#E6E6E6;
	height: 185px;
	width: 48.9%;
	float: left;
	margin-top: 1em;
	margin-left: 1em;
}

.style #right_box_mid {
	background-image:url(images/blackberry.png);
	background-position: bottom right;
	background-repeat:no-repeat;
	background-color:#F9F9F9;
	border:1px solid lime;
	border-color:#E6E6E6;
	height: 185px;
	width: 48.9%;
	float: left;
	margin-top: 10px;
	margin-left: 1em;
}

.style #box_bot {
	float: left;
	width: 100%;
}

.style #box_bot_left {
	height: 110px;
	width: 33%;
	float: left;
	margin-top: 10px;
	margin-left: 2em;
}

.style #box_bot_left h4 {
	margin-top: 0;
	padding-top: 10px;
	color: #000;
}

.style #box_bot_left img {
	border: 0;
	padding-top:1em;
	padding-left: 1em;
}



.style #box_bot_mid {
	height: 110px;
	width: 31%;
	float: left;
	margin-top: 10px;

}

.style #box_bot_mid h4 {
	margin-top: 0;
	padding-top: 10px;
	color: #000;
}

.style #box_bot_mid img {
	border: 0;
	padding-right: 1em;
	padding-top:.5em;
}



.style #box_bot_right {
	height: 110px;
	width: 28%;
	float: left;
	margin-top: 10px;
}

.style #box_bot_right h4 {
	margin-top: 0;
	padding-top: 10px;
	color: #000;
}

.style #box_bot_right img {
	border: 0;
	padding-right: 1em;
	padding-top:.5em;
}






.style #footer {
	width: 100%;
	float: left;	
	margin-top: .5em;
	margin-bottom: 1em;
	border-top:2px solid lime;
	border-color:#d5d5d5;
}

<!-- MENU -->
.style #menu {
	position: relative;
	float: left;
	width: 682px;
	height: 2em;
}

.style #menu ul {
	margin-left: 27em;
}

.style #menu li {
	float: left;
	text-align: center;
	list-style: none;
	padding-right: 0;
	padding-left: 2em;
	margin-top: 45px;
}

.style #menu a {
	height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: left;
}

.style #menu a:before {
  display:block;
  padding-top:1.23em;
  color: #ffffff;
  font-size:.8125em;
  line-height:1.538;
  font-weight:normal; 
}

.style #menu a:hover:before {
  display:block;
  padding-top:1.23em;
  color: #a5c63b;
  font-size:.8125em;
  line-height:1.538;
  font-weight:normal; 
}

.style #m1 a:before {content:"start here";}
.style #m2 a:before {content:"our apps";}
.style #m3 a:before {content:"the buzz";}
.style #m4 a:before {content:"email us";}
.style #m5 a:before {content:"need help?";}









