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

@import url("reset.css");
@import url("screen.css");


body {
    background-image: url(images/bg2.jpg);
    background-repeat: repeat-x;
    background-color: #00adf6;
}


#wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #00adf6;
}
	
	#wrapper .header {
		background-image:url(images/bg.jpg);
		background-repeat:no-repeat;
		height:476px;
		margin:0 auto;
		background-position:center top;
		
	
	}
	
	#wrapper .header .logo {
		margin:0 auto;
		width:249px;
		height:172px;
		text-align:center;
		position:relative;
		
		
	
	}
    
	#wrapper .header .may {
		background-image:url(images/may_bg.png);
		background-repeat:no-repeat;
		background-position:left top;
		margin:0 auto;
		width:808px;
		height:276px;
		margin-top:15px;
		overflow:hidden;
	
		
	
	}
	
	#wrapper .header .may .bas{
		margin-left:30px;
		margin-top:40px;
	
	}
	#wrapper .header .may .bas img{
		display:block;
		outline:none;
		border:none;

	}
	#wrapper .header .may .bas span{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color: #666;
		width:220px;
		text-align:center;
		padding-left:35px;
		line-height:20px;
		
	}
	
	#wrapper .header .may .bas .bas_yazi {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color: #666;
		text-align:left;
		line-height:22px;
		position:relative;
		margin-top:-170px;
		width:500px;
		margin-left:200px
		
	}
	 #wrapper .header .may .bas .bas_yazi span {
		font-family:Arial, Helvetica, sans-serif;
		font-size:17px;
		display:block;
		text-align:left;
		font-weight:bold;
		padding:0;
		line-height:50px;
		color:#333;
		
		
	}

       #footer {
		   width:100%;
		   margin:0 auto;
		   display:block;
		   clear:both;
		   height:200px;
		
	}
	
	    #footer2 {
	    width:100%;
	    margin:10px 0 0 0;
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:11px;
		color: #fff;
		text-align:center;
		line-height:15px;
		
	}
	   #footer2 a {
	   
	  
	    font-family:Arial, Helvetica, sans-serif;
	    font-size:11px;
		color: #fff;
		text-decoration:none;
		
	}
	
	   #footer2 a:hover {
	   font-family:Arial, Helvetica, sans-serif;
	    font-size:11px;
		color: #000;
		text-decoration:none;
		
	}
	
