﻿
body {
    /*background-color:#222288;
    background-image: url('img/kabe.jpg');
    background-repeat:repeat;*/
	min-width:980px;
}
#root{
    width:980px;
    margin:0 auto;
}

#header {
    background-image: url('img/header.jpg');
    height: 100px;
    display:block;
}
#footer {
    background-image: url('img/footer.jpg');
    height: 40px;
}
#main_menu{
    text-align:center;

}
#main_menu table{
	width:auto;
	margin:0 auto;
}

#main_menu table td{
    padding:0px 0px;
}

#content{
    background-color:#000000;
}

