@charset "utf-8";
/* CSS Document */

#frame {
position:relative;
background-image:url(background/middle.png);
background-repeat:repeat-y;
width:920px;
margin:0px 0px 0px 0px;
top: 0px;
left: 0px;
text-align:left;
padding: 0px;
border: 0px;
overflow: none;
}

#top {
position:relative;
background-image:url(background/top.png);
width:920px;
height:200px;
}

#menu {
width:210px;
height:auto;
text-align: center;
}

#main {
width:690px;
height:auto;
}

#right {
width:20px;
}

.clear
 {
 clear: both;
 } 

#bottom {
clear:both;
background-image:url(background/bottom.png);
width:920px;
height:115px;
}
