body {
background:#fff url(img/bg.jpg) bottom repeat-x;
}

a{
font:bolder 14px "Arial";
color:#6FC9FF;
text-decoration:none;
}

a:hover{
font:bolder 14px "Arial";
color:#FFCC00;
text-decoration:none;
}

h3{
font:bolder 18px "Arial";
color:#0000FF;
text-align:center;
}

ul {
background:#FFFFFF;
list-style:none;
padding-top:15px;
}

li {
border-bottom:#6FC9FF 1px solid;
}


table {
border:#000000 solid 1px;
}

td {
width:160px;
}

#container {
margin:auto;
width:750px;
}

#header {
top:0;
background:url(img/head.jpg);
height:200px;
}

#navi{
background-image:url(img/bg_navi.gif);
background-repeat:no-repeat;
margin-top:-100px;
padding:10px;
padding-left:0;
margin-left:0;
width:180px;
height:180px;
}

#text{
background:url(img/bg_text.jpg) no-repeat bottom;
top:-100px;
margin-left:200px;
padding:10px;
width:530px;
position:relative;
font: normal 12px "Verdana";
color:#000000;
text-align:justify;
}

#footer{
text-align:right;
padding-top:20px;
position:relative;
}