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


.menu {
	position:fixed;
	float:inherit;
	top:35%;
	left:9%;
	padding:0px 0px 0px 0px;
}


 .logo {
	position:fixed;
	float:right;
	top:35%;
	left:0%;
	padding:0px 0px 0px 0px;
    width: 121px;
	height: 183px; 
	  }
	  
	 .twit {
	position:fixed;
	float:right;
	top:18%;
	left:0%;
	padding:0px 0px 0px 0px;
    width: 64px;
	height: 64px; 
	  }
	   .fb {
	position:fixed;
	float:right;
	top:18%;
	left:5%;
	padding:0px 0px 0px 0px;
    width: 64px;
	height: 64px; 
	  }
	   .da {
	position:fixed;
	float:right;
	top:18%;
	left:11%;
	padding:0px 0px 0px 0px;
    width: 64px;
	height: 64px; 
	  }
.sign {
	position:relative;
	float:left;
	padding:0px 0px 0px 0px;
	top:400px;
	left:65%;
    width: 340px;
	height: 137px
	  }
	  
body {
	height:100%;
	width:100%;
	margin:0;padding:0;
	overflow:hidden;
	background:#a00707
}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}
	#mask {
		width:800%;
		height:100%;
			
	}
	.item {
		width:13%;
		height:100%;
		float:left;
	}

	.content1{
		background:url(images/bg.jpg);
		background-repeat:no-repeat;
        background-position:center;
		width:100%;
		height:100%;
		margin:0 auto;
	}
	.content2 {
		
		background:url(images/bg3.jpg);
		background-repeat:no-repeat;
         background-position:center;
		width:100%;
		height:100%;
		margin:0 auto;
	}
	.text{
		position:relative;
		width:550px;
		height:350px;
		left:2px;
		padding:8px 8px 8px 8px;
		text-align:justify;
		font-family:Verdana, Geneva, sans-serif;
		color:#fff;
		font-size:12px;
		overflow:scroll;
		border-bottom:thin #fff inset;
		border-left: thin #fff inset
		
	}
	.content3 {
		
		width:100%;
		height:100%;
		margin-top:5 auto
	}
	.content4 {
		background:url(images/bg2.jpg);
		background-repeat:no-repeat;
         background-position:center;
		width:100%;
		height:100%;
		margin:0 auto
	}
	 .content5 {
		
		width:100%;
		height:100%;
		margin:0 auto
	}
    .content6 {
		width:100%;
		height:100%;
		margin-top:15%
		
	}
	.clear {
		clear:both;
	}

a {
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	text-decoration: none
}

a:visited {
	
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:12px;
 	color:#fff;
	text-decoration: none
}

a:hover {
		font-family:Tahoma, Geneva, sans-serif;
		text-transform:uppercase;
		font-size:12px;
		text-decoration:none;
 		color:#ADE2E9;
}

a:active {
		 font-family:Tahoma, Geneva, sans-serif;
		 text-transform:uppercase;
		 font-size:12px;
 		 color:#999;
		 text-decoration: none
}

.nav {list-style-position:inside; list-style:none}

ul   {list-style-type:none
}

li   {list-style-type:none
}
 

