@charset "utf-8";
/* CSS Document */

body{
    background-repeat: no-repeat;
    background-attachment: fixed;
	width:1024px;
	margin:0 auto;
	text-align:center;
	font-size: 12px;
	background-color:#ecebec;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
td{
font-size:12px;
}

a:link{
	text-decoration:none;
	color:#000000;
}
a:visited{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:none;
	color:#ff0000;
}
.menu{
    width:931px;
	height:40px;
	margin:0 auto;
	background:url(menubg.jpg);
}
.menu ul{
margin-left:40px;
float:left;
display:inline;
}
.menu li{
float:left;
}
ol,ul,li{
list-style:none;
list-style-position: outside;
}

.content{
width:932px;
height:auto;
margin-top:10px;
}
.left{
width:212px;
height:auto;
float:left;
}
.homeuserlogin{
border:#CCCCCC 1px solid;}
.emaillogin
{border:#CCCCCC 1px solid;
background-color:#eeefee;}
.indexcent{

width:495px;
float:left;
margin-left:10px;
}
.aboutmsg{
margin-top:5px;
text-align:left;
letter-spacing:0.1em;
line-height:20px;}
.amsgimg{
vertical-align:middle;
float:left;
margin-right:5px;
}
.right{
float:right;
width:205px;
}
.foot{
width:932px;
height:auto;
margin-top:10px;
clear:both;
border-top:#CCCCCC 1px solid;
}
