/*
 * Home
 */

#box1 {
	float: left;
	position: relative;
	width : 360px;
}
#box2 {
	float: right;
	position: relative;
	width : 360px;
}
.box h2 {
	margin-top   :  0px !important;
	z-index: 20;
}
.boxwhite {
	position: relative;
	width : 350px;
	height:  65px;
	margin :  0px;
	padding:  5px !important;
	z-index: 10;
}
.boxwhite p {
	position: relative;
	margin :  0px !important;
	font-size: 12px !important;
}
.boxwhite p.link {
	position: absolute;
	width : 125px;
	bottom: 5px;
	margin :  0px;
}

#list1 {
	float: left;
	position: relative;
	width: 360px;
}
#list2 {
	float: right;
	position: relative;
	width: 360px;
}