@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	}
html,body{
	height: 100%;
	}

body{
	text-align: center;
	background: url(../../img/bg.jpg) left top #222;
	}
	
#wrap{
	width: 700px;
	margin: auto;
	padding-bottom: 25px;
	}

h1{
	margin-bottom: 30px;
	}
p{
	font-size: 12px;
	line-height: 1.9;
	color: #fff;
	margin-bottom: 15px;
	text-align: left;
	}

.f-left{
	display: inline;
	float: left;
	width: 340px;
	}
.f-right{
	display: inline;
	float: right;
	width: 340px;
	}

address{
	color: #fff;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: solid 1px #eee;
	padding-top: 12px;
	font-style: normal;
	}

.link{
	padding: 10px;
	text-align: center;
	border: 1px #888 solid;
	background: #333;
	font-size: 14px;
	}






