/* CSS Document */
body {
margin:0;
padding:0;
text-align: center;
}
#footer2 {
width:100%;
border-top: 1px  solid   #CCC;
float: left;
} 
#box1_main a {
font: bold 12px  Arial, Helvetica, sans-serif;
}
#container_main {
width:100%;
height:80px;
margin-top:10px;
}
#container_main1 { 
width: 49%;
float:left;
border-right: 2px dashed red;
text-align: left;

}
#container_main2 { 
width: 49%;
float: right;
background:url(../images/css5.jpg) bottom left no-repeat;
text-align: left; 
border-left: 2px dashed green;
}
#content_main1_1 { 
 width:48%;
 margin-left:20px;
 display:inline;
 float:left;
}
#content_main1_2 { 
 width:44%;
 margin-left:10px;
 float:right;
}
#content_main2_1 { 
 width:48%;
 margin-left:10px;
 display:inline;
 float:left;
 }
#content_main2_2 { 
 width:44%;
 margin-left:20px;
 float:right;
}
#box_main {
margin:10px auto;
width:604px;
text-align: left;
}
#box11_main {
 border: 1px #F09999 solid;
 width:300px;
 height:50px;
 float:left;
 }
#box11_main a:link,#box11_main a:visited {
  display: block;
  background-color:#F09999;
  font:18px Verdana, Geneva, sans-serif;
  color: red;
  text-decoration: none;
  line-height:50px;
  text-align: center;
  height:48px;
  border: 1px #fff solid;
}
#box11_main a:hover {
 background-color: #369;
 color: #fff;
 }
 #box12_main {
 border: 1px #000 solid;
 width:300px;
 height:50px;
 float:left;
}
#box12_main a:link,#box12_main a:visited {
  display: block;
  background-color:green;
  color: #fff;
  font:18px Verdana, Geneva, sans-serif;
  text-decoration: none;
  line-height:50px;
  text-align: center;
  height:48px;
  border: 1px #fff solid;
}
#box12_main a:hover {
 background-color: #369;
 color:#fff;
 }
 #box1_main {
border:1px #F09999 solid;
width:200px;
}
#box1_main a:link,#box1_main a:visited {
  display: block;
  background-color:#F09999;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: red;
  text-decoration: none;
  line-height:30px;
  text-align: center;
  height:30px;
  border: 1px #fff solid;
}
#box1_main a:hover {
 background-color: #369;
 color: #fff;
 }
  #box2_main {
 border: 1px #000 solid;
 width:200px;
}
#box2_main a:link,#box2_main a:visited {
  display: block;
  background-color:green;
  color: #fff;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height:30px;
  text-align: center;
  height:30px;
  border: 1px #fff solid;
}
#box2_main a:hover {
 background-color: #369;
 color:#fff;
 }
#index  {
	margin-left:50px;
}

#index li{
	margin-left:50px;
	color:#00C;
}
#counter {
	position:absolute;
visibility:hidden;
top:1%;
}
