body {
	background: url('../src/bg.png');
	color: #383838;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
}

.wrapper {
	margin: 0 auto;
	width: 670px;
	height: auto;
}

.content {
	margin: 0 auto;
	width: 100%;
	height: auto;
	background-color: white;
	border: 1px solid #D3D3D3;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;

	padding: 10px 10px 10px 10px;
}
.logo {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.topmenu{
	width: 100%;
	height: 60px;
}
.topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

.topmenu li {
	float: left;
}

.topmenu li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topmenu li a:hover {
	background-color: #4754f3;
	color: #9ba0db;
}
.active {
	background-color: #3e48cc;
}
.boxWrap {
	width: 100%;
	height: 366px;
}
.homeBoxes {
	width: 49%;
	height: 183px;
	float: left;
}
hr {
	border: 1px solid #585858;
}
.bottomDiv {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #414141;
}