@charset "utf-8";

#leftnav {
	float: left;
	height: 470px;
	background-image: url(../images/leftNav_FadeOp.png);
	background-repeat: no-repeat;
	width: 579px;
}
#rightside {
	float: right;
	width: 200px;
	height: 470px;
	background-image: url(../images/rightNav_FadeOp.png);
	text-align: center;
	background-repeat: no-repeat;
}

.box {
	height: 175px;
	width: 175px;
	padding: 10px;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
	float: left;
}
#box01 {
	background-image: url(../images/Revenue_Box.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#box02  {
	background-image: url(../images/Money_Box.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#box03  {
	background-image: url(../images/Tech_Button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#box04 {
	background-image: url(../images/Time_Box.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.navboxAttribute {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
