body {
 background: #F9F5F7;
 color: #792B76;
 font-family: verdana, sans-serif;
 font-size: 12px;
}

#logo-top {
 background-image: url('pic/logo-top.jpg');
 width: 919px;
 height: 84px;
 background-repeat: no-repeat;
 margin: 0 auto;
}

#logo-bottom {
 background-image: url('pic/logo-bottom.jpg');
 width: 919px;
 height: 35px;
 background-repeat: no-repeat;
 margin: 0 auto;
}
input {
 background-color: #F9E7F8;
 margin: 2px;
 color: #792B76;
 border: 1px solid #BE82BA;
}
#main {
 display: block;
 width: 919px;
 margin: 0 auto;
}

#filter {
 color: #792B76;
 padding-top: 7px;
 width: 650px;
 text-align: justify;
 float: left;
 clear: left;
}

.button {
 background-color: transparent;
 color: #792B76;
 border: none;
}

.a_light {
 color: #ffffff;
 text-decoration: none;
}

.a_light:hover {
 color: #792B76;
 text-decoration: none;
}

.light-text {
 color: #ffffff;
 padding-left: 10px;
 width: 431px;
 line-height: 28px;
 height: 28px;
 float: left;
 clear: left;
}

