@charset "UTF-8";
/* CSS Document */

body {
width: 970px;
}

#conts {
background: none;
}

#middle {
width: 560px;
height: 180px;
min-height: 180px;
position: absolute;
top: 50%;
margin-top: -90px;
margin-left: 260px;
margin-right: 50px;
padding: 0;
}

#middle .photo {
margin-right: 10px;
}

#right {
margin-left: 860px;
}


