@charset "UTF-8";

a:link {
	color: #0000ff;
	text-decoration: none;
}
body{
	width: 969px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#wrapper{
	width: 969px;
	background-color: #2A1FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
#main{
	margin-left: 30px;
	width: 909px;
	background-color: #FFFFFF;
	height: auto;
}
#main:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}  
#main {  
    zoom: 1;  
}  
#main2{
	margin-left: 117px;
	width: 346px;
	background-color: #FFFFFF;
	height: auto;
	float: left;
}
#main3{
	margin-left: 488px;
	width: 370px;
	background-color: #FFFFFF;
	height: auto;
	text-align: center;
}
#foot{
   width: 909px;
	margin-top: 80px;
	background-color: #FFFFFF;
}

