@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	font: Arial, Helvetica, sans-serif;
	padding:0;
	margin:auto;
	background: url(../images/me_bg.png) right bottom no-repeat fixed;
}
.header_bg {
	background:url(../images/bg.png)no-repeat fixed;
	position:fixed;
	height:250px;
	width:100%;
	z-index:-9999;
}
.container {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
#container {
	background:#FFF;
	width: 825px;
	height:1%;
	overflow:hidden;
	margin:0 auto;
	border-right-style: groove;
	border-left-style: groove;
	border-bottom-color:#000;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,.7);
	box-shadow: 5px 5px 15px rgba(0,0,0,.7);
}
header {
	color:#FFF;
	background: #666 url(../images/header_bg.png) no-repeat;
	height:200px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}
#share {
	position:fixed;
	background: url(../images/share_bg.png) repeat-x;
	top:10%;
	left: 5%;
	color: #fff;
	width: 150px;
	height:inherit;
	float:left;
	margin: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}
.content {
	width:100%;
	background:#FFF;
	height: inherit;
}
section {
	display:inline-block;
	width:inherit !important;
}
section .left {
	float:left;
	width:380px;
	left: 10px;
}
section .right {
	float:left;
	width:380px;
	left:10px;
}
section .content-box {
	background: #000 url(../images/box_content_bg.png) repeat-x;
	color: #fff;
	/*display: inline-block;*/
	vertical-align:top;
	width: 380px;
	height:inherit;
	float:left;
	margin: 10px;
	padding: 5px;
	text-align:justify;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}
section .content-box h3  {
	text-align:center;
	color:#4094e7;
}
section .content-box-quick {
	background: #000 url(../images/box_content_bg.png) repeat-x;
	color: #fff;
	display: inline-block;
	width: inherit;
	height:inherit;
	float:left;
	margin: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}
section .content-box-facebook-like {
	width:380;
	height:inherit;
	float:left;
	display:inline-block;
}
section .content-box ul li { 
	display: inline; 
}
section .legal {
	background: #000 url(../images/box_content_bg.png) repeat-x;
	color: #fff;
	display: inline-block;
	width: 800px;
	height:inherit;
	text-align:justify;
	float:left;
	margin: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
	box-shadow: 5px 5px 10px rgba(0,0,0,.7);
}
section .legal p {
	padding:5px;
	margin:5px;
}
section .legal img {
	padding:5px;
	margin: 5px;
}
.clear {
	clear:both;
}
footer {
	height:200px;
	width:auto;
	background: url(../images/footer.png) no-repeat;
	/*text-align:center;*/
	color:#fff;
}
footer .footer-box {
	display:inline-block;
	vertical-align:top;
	width:265px;
	height:150px;
	border:thin;
	background:url(../images/footer-box-bg.png) repeat-x;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
footer .footer-box-share {
	display:inline-block;
	vertical-align:top;
	width:265px;
	height:150px;
	border:thin;
	background:url(../images/footer-box-bg.png) repeat-x;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
footer a, a:link, a:hover, a:visited {
	color:#fff;
	text-decoration:none;
}
iframe {
	border:none;
}
