@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background:#020a55;
	color:#1dd0fb;
	font-size:13px;
	line-height:150%;
	overflow-y:auto;
	overflow-x:hidden;
	}
html { overflow-x: hidden; overflow-y: auto; }
a {
	font-size:13px;
	color:#1dd0fb;
	text-decoration:none;
	}
form {
	margin:0;
	padding:0;
	}

#topbg{
	background:#020a55 url(../images/top.jpg) no-repeat;
	height:120px;
	}
#mainbg{
	background:#020a55 url(../images/allbg.jpg) right bottom no-repeat;
	}
#loginbg{
	background:#020a55 url(../images/loginbg.jpg) center top no-repeat;
	}


ul,li {
	margin:0;
	padding:0;
	}
ul {
	text-align:center;
}
li{
	display:block;
	line-height:46px;
	font-size:15px;
	list-style:none;
	}
li a {
 	display:block;
	padding:0;
	color:#069;
	width:159px;
	background:url(../images/listbg.jpg) center -74px no-repeat;
	}
li a:hover {
 	background:url(../images/listbg.jpg) center -8px no-repeat;
	color:#1dd0fb;;
	}
	
	
#logindiv {
	margin:180px auto;
	width:419px;
	height:255px;
	background:url(../images/logindiv.gif) no-repeat;
	text-align:center;
	}
#logininfo{
	padding-top:90px;
	}
.inputsize {
	width:150px;
	}
a.submit{
	background:url(../images/subbut.jpg) no-repeat;
	display:inline-block;
	line-height:39px;
	font-size:13px;
	width:80px;
	height:39px;
	}
a:hover.submit{
	background:url(../images/subbut.jpg) left -39px no-repeat;
	}
	

.style2{
border:1px solid #ccc;
margin:5px auto;
width:85%;
background:#fff;
color:#006;
overflow:auto;
}
.style2 h5{
margin:1px 1px 5px 1px;
background:url(../images/title.gif) repeat-x left -60px;
color:#204a9c;
padding:0 15px 0 30px;
font-size:14px;
line-height:30px;
clear:both;
text-align:center;
}
.style2 ul ,li {
	margin:0;
	padding:0;
	list-style:none;
	color:#006;
	}
.style2 li {
	width:159px;
	line-height:28px;
	border:1px solid #cce;
	background:url(../images/title.gif) repeat-x left -60px;
	margin:5px;
	display:block;
	float:left;
	}
.style2 li span {
	font-size:10px;
	color:#999;
	}
.style2 li a,.style2 li a:hover{
	background:none;
	}
#artlist li {
	width:95%;
	}
#artlist .artlist {
	margin-left:30px;
	width:auto;
	float:left;
	display:inline;
	}

