* {
   font-size:12px;
   color: #888888;
   line-height:150%;
}
a:link {
   text-decoration: none; 
   color:#6699cc;
}
a:hover {
   color: #2266dd;
   text-decoration:underline;
}
a:visited {
   color: #bbbbbb;
}

body {  
    text-align: center;  
    background-image: url("../image/background.gif");
    background-repeat: repeat-x;
}  

a, img {
    border-style: none;
}

div#wrapper {
   width: 450px;
   margin: 0 auto;
   padding: 80px 0px;
}
div#header {
   width: 450px;
   min-height: 200px;
}
div#main {
   width: 450px;
}
div#menu {
   float: left;
   width: 150px;
   padding: 50px 0px;
}
div#contents {
   float: left;
   width: 275px;
   padding: 50px 0px;
    text-align: left;
}
div#footer {
   clear: both;
   min-width: 450px;
   min-height: 50px;
}

div#announce {
   padding: 50px 0px;
}
