@charset "UTF-8";
/* CSS Document */
@import url(init.css);


body {background-color: #322b84;}


body,td,th {
color:#ffffff;
font-size:12px;
line-height:200%;
letter-spacing:5px;
}


a:link {color: #ffcc33; text-decoration:none;}
a:visited {color: #ffcc33;text-decoration:none;} 
a:active {color: #ffcc33; text-decoration:underline;} 
a:hover {color: #ffcc33; text-decoration:underline;}



#title {
background-color: #ffffff;
width: 100%;
height: 318px;
padding-top: 50px;
text-align: center;
background:url(../img/common/back.gif) repeat-x;
background-position: bottom;
}

#wrap {
width: 100%;
height: 100%;
background-color: #322b84;
text-align: center;
}

#text {
padding-top: 100px;
height: 241px;
text-align: center;
background: url(../img/common/text.gif) no-repeat;
background-position:center;
text-indent:-9999px;
background-color: #322b84;
}

#menu {
background-color: #322b84;
text-align: center;
}

#footer {
width: 100%;
height: 300px;
text-align: center;
background: url(../img/common/submarine.jpg) no-repeat;
background-position:center;
text-indent:-5000px;
}


