body {
	background: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #666;
}


#container {
	background: #fff;
	width: 500px;
	height: 200px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	
}

#leftSide {
	float: left;
	width: 170px;
	height: 160;
	padding: 40 40 0;
	border-right: 2px dotted #333;
	text-align: right;
	vertical-align: middle;
}

#rightSide {
	margin-left: 250px;
	width: 170;
	height: 160;
	padding: 40 40 0;
	text-align: left;
	vertical-align: middle;
}

.name {
	font-size: 20px;
	font-weight: bold;
}

.version {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #000;
	opacity: 0.6;
	
}

a:hover {
	color: #000;
	opacity: 1;
}
