* { margin: 0; padding: 0; outline: 0 }
/* CSS Document */
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 13px;
	line-height: 150%;
	background-image: url(../images/bg01.jpg);
	background-repeat:repeat;
	background-position: center top;
}
/* links */
a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
}
/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 1240px;
	height: 700px;
	margin: 0px auto 0px auto;
	background-image: url(../images/index_wrap.jpg);
}
#index_left {
    float:left;
	display: inline;
	width: 880px;
}
#index_right {
    float:right;
	display: inline;
	width: 360px;
	padding-top: 280px;
	margin-bottom: 50px;
}
#index_copyright {
	clear: both;
	width: 1120px;
	padding-top: 55px;
	padding-left: 100px;
}
.login_text1 {
	font-size: 15px;
	color: #0066CC;
	padding-left: 30px;
	line-height: 28px;
}
.login_note {
	font-size: 13px;
	color: #990000;
	padding-left: 30px;
	line-height: 28px;
}
.copyright {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 18px;
}
#ad_title {
	position: relative;
	width: 1240px;
	height: 120px;
	background-image: url(../images/title1.png);
	background-repeat: no-repeat;
}
#ad_left {
    float:left;
	width: 875px;
}
#ad_right {
    float:right;
	width: 365px;
	padding-top: 280px;
}
#adcopyright {
	clear: both;
	width: 1140px;
	padding-top: 45px;
	padding-left: 100px;
}
