body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background:#b2b2ae url("images/bg.jpg") repeat center top fixed;
	margin:0;
	padding:0;
	font-size:12px;
}
div#container {
	padding:0;
	margin:10% auto;
	width: 630px;
	height: 430px;
	background:url(images/bg2.png) no-repeat;
	border-radius: 30px;
}
h1 {
	height:40px;
	line-height:40px;
	padding:80px 0 0 60px;
	margin:0;
	color:#333;
	font-size:30px;
	font-weight:normal;
	font-family:Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
}
h2 {
	height:60px;
	line-height:130px;
	padding:20px 0 50px 60px;
	margin:0;
	color:#333;
	font-size:15px;
	font-weight:normal;
	font-family:Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
}
h3 {
	height:40px;
	line-height:40px;
	padding:0 0 0 220px;
	margin:0;
	color:#333;
	font-size:30px;
	font-weight:normal;
	font-family:Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
}
div.name {
	height:22px;
	line-height:22px;
	text-align:right;
	padding:45px 0 0 81px;
	width:120px;
	clear:both;
	float:left;
}
div.name2 {
	height:22px;
	line-height:22px;
	text-align:right;
	padding:10px 0 0 81px;
	width:120px;
	clear:both;
	float:left;
}
div.value {
	height:22px;
	line-height:22px;
	text-align:left;
	padding:0;
	width:180px;
	float:left;
}
a {
	border-bottom:1px solid #FFF;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
a:hover {
	border-bottom:1px solid #333;
	text-decoration:none;
	color:#000;
}
span {
	display:none;
}