@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E4E4E4;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	min-height: 300px;
	min-width: 440px;
}
.central {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	min-width: 750px;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}
	.central .bc {
		background: #fff url(../img/photo.png) no-repeat left bottom;
		box-shadow: 0px 0px 15px #999;
		border-radius: 10px;
		width: 500px;
		height: 260px;
		position: absolute;
		left: 50%;
		margin-left: -250px;
		margin-top: -130px;
	}
		.central .bc H1{
			margin: 30px 0 0 240px;
			color:#333;
			font-size: 26px;
			font-family: Tahoma, Geneva, sans-serif
		}
		.central .bc H1:first-letter{
			color:#F00;
		}
		.central .bc H3{
			margin-right: 20px;
			text-align: right;
			color: #666;
		}	
		.central .bc UL{
			margin: 40px 0 0 200px;
		}
		.central .bc UL LI{
			color:#666;
			list-style-type: none;
			margin: 20px 0px;
			padding-left: 35px;
			height: 22px;
		}
		.central .bc UL LI A{
			color: #666;
		}
		.central .bc UL LI A:hover{
			color: #f60;
		}
.img_mail{
	background: url(../img/mail.png) no-repeat;
}

.img_smartphone{
	background:url(../img/smartphone.png) no-repeat;
}
		
footer {
	color: #999;	
	width: 100%;
	font-size: 1.0em;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
}

nav {
	color: #fff;
	background-color: #666;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	box-shadow: 0px 1px 15px #333;
}
	nav a{
		color: #fff;
		text-decoration: none;
		height: 25px;
	}
	nav a:hover{
		color: #f60;
		text-decoration: underline;		
	}
	nav ul {
		margin: 0;
		padding: 2px 0 0 0;
		list-style-type: none;
	}
		nav ul li {
			display: inline;
			margin: 0 20px;
			font-size: 1.1em;
		}
