@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #131313;
}
body {
	background-color:#DEEDEB;
}

a:link {
	color:#121212;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#Ccc;
}

a:hover {
	text-decoration: none;
	color:#29B0CF;
}

a:active {
	text-decoration: none;
	color:#333;
}
#container {
	background: url(../image/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	background-color: #1D67B2;
	width:1000px;			
	margin-right: auto;
	margin-left: auto;	
	overflow: hidden;
	-webkit-box-shadow:0 7px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 7px 8px rgba(0, 0, 0, 0.3);
	box-shadow:0 7px 8px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 15px;
	-webkit-border-radius: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	behavior: url(PIE.htc);
	
}

	img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
.header{
	width:450px;
	height:500px;
	margin-top:-5px;
	padding-top:60px;
	
 
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;

	}
.logo{
	background-image:url(../image/logo.png);
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
	height:203px;
	width:112px;
}	
.title{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	font-size:24px;
	color:#569BB3;
	font-weight:bold;
	line-height: 50px;
	text-shadow:-1px 0px 1px #332915;	
	}
.title span{
	color:#036;
	font-size:38px;
	font-weight:bold;
	
}	
.left-content{
	width:450px;	
	margin-left:60px;	
	background: url(../image/1.png) repeat #FFF;
	border: thin double #CCC;
	}
.right-content{
	width:465px;
	float:right;
	margin-right:20px;
	

	}
.first {
	width:441px;
	height:312px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
    background-image:url(../image/photo.png);

	}	
	
.t1{
	color:#036;
	font-size:20px;
	font-family: 'Headland One', serif;
	line-height: 30px;

}
.t2{
	color:#464646;
	font-size:16px;
	font-weight:bold;
	
	line-height: 30px;
}
	
.pt	{
	border: thick solid #00BFBF;
	
}
.partner{
	width:420px;
	height:380px;
	margin-top:50px;
	background-image:url(../image/partner.png);
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	background-repeat: no-repeat;
	border: thin double #999;
	}

	
.contact{
	width:400px;
	height:210px;
	margin-left:10px;
	
	margin-top:10px;
	color:#666;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #F7F7F7;
	border: thin dashed #666;
	padding: 15px;
	line-height: 30px;
}
.clear{
	height:30px;
	width:450px;}


.cc{
	color: #F7F7F7;
	}

