@charset "utf-8";
/* CSS Document */


<style type="text/css">

#wrap{
width:760px;
margin-top:0px;
}

#main{
background:url('assets/images/meister/bg_under.jpg');
width:760px;
height:560px;
}

#square{
width:760px;
}

.banner {
width:690px;
}

.img {
float:left;
}

img {
border:0px;
}

a:hover img{
opacity: 0.7;
filter: alpha (opacity=70);/*for IE7*/
}

.text {
background-color:#FFFFFF;
text-align:center;
text-decoration:underline;
color:#666666;
font-size:12px;
line-height:1.5;
height:90px;
width:110px;
padding-top:30px;
float:left;
}

a:hover { color:#FF6600; }
a:active { color:#FF0000; }
a:visited { color:#9900FF; }

</style>
