﻿html, body {
	font-size:13px;
	font-family:Arial Unicode MS;
	width:100%;
	margin:0 auto;
	color:#333333;
	line-height:1.6;
	text-align:justify;
	background-color:#ffffff;
 background-image:url(../images/bg-img.png);
}
a {
	
	text-decoration:none;
	color:Yellow;
}
a:hover
{
    text-decoration:none;
    color:#ccffcc;
}
#main
{
   width:100%;
    margin: 0 auto;
	
}
#top
{
    width:100%;
	margin:0 auto;
	height:150px;
	position:absolute;
	z-index:9999;
	
}
.sub_head
{
    width:1000px;
    margin:0 auto;
    height:150px;
    -moz-border-radius:0px 0px 8px 8px;
   border-radius:0px 0px 8px 8px;
   background: rgb(0, 128, 255); 
    background: rgba(0, 128, 255, .8);
    background-image:url(../images/absurdity.png);
}

#bannar
{
    width:100%;
    height:615px;
  
}
#mid  
{
    width:100%;    
       }
#co_main
{
    width:1000px;
    margin:0 auto;
    height:255px;
}
#co_sub
{
    width:1000px;
    margin:0 auto;
}
#co_sub1
{
    width:980px;
    padding:10px;
    background-color:#0080ff;
    background-image:url(../images/random-grey-variations.png);
    height:280px;
     -moz-border-radius:8px 8px 8px 8px;
   border-radius:8px 8px 8px 8px;
   position:absolute;
   margin-top:-45px;
}
#co_sub2
{
    width:986px;
    margin-top:20px;
     background-color:#FFF03E;
    background-image:url(../images/random-grey-variations.png);
    height:110px;
    padding:7px;
    -moz-border-radius:8px 8px 8px 8px;
    border-radius:8px 8px 8px 8px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
}

#co_sub3
{
    width:100%;
    margin-top:20px;
    height:270px;
    margin-bottom:20px;
}

.sub3_l
{
   width:280px;
    padding:10px;
    background-color:#0080ff;
    background-image:url(../images/random-grey-variations.png);
    height:250px;
   -moz-border-radius:8px 8px 8px 8px;
   border-radius:8px 8px 8px 8px;
   float:left;
} 
.sub3_r
{
   width:640px;
    padding:10px;
    background-color:#0080ff;
    background-image:url(../images/random-grey-variations.png);
    height:250px;
   -moz-border-radius:8px 8px 8px 8px;
    border-radius:8px 8px 8px 8px;
    float:right;
}  

#footer
{
    width:100%;
    height:65px;
    position:relative;
    clear:both;
    margin-top:15px;
    border-top:7px solid #F7BE0D;
    background-color:#0080ff;
    background-image:url(../images/random-grey-variations.png); 
}

#footer a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

#footer a:hover {
	color: #961403;
-webkit-transform: rotateX(360deg);
-webkit-transform-style: preserve-3d;
transform: rotateX(360deg);
transform-style: preserve-3d;
}

.container:hover .image{
-webkit-transform: rotateX(360deg);
-webkit-transform-style: preserve-3d;
transform: rotateX(360deg);
transform-style: preserve-3d;
width:110px;
height:110px;
}
.container .image, .container:hover .image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
width:110px;
height:110px;
}

.bk_man_l
{
    width:220px;
    background-color:#FF9;
    float:left;
    margin-bottom:15px;
}

.bk_man_r
{
    width:760px;
    background-color:#FF9;
    float:right;
    margin-bottom:15px;
}
#footer_sub
{
    width:990px;
    height:50px;
    margin:0 auto;
    padding-top:10px;
    
}
