@charset "utf-8";
/* CSS Document */

body{
background:#000000 url(../images/background_pic.gif) no-repeat center fixed;
}

#container_index{
background:url(../images/index_bg.gif);
width:350px;
margin: 0px auto;
padding: 0px;
height:550px;
position:relative; top:10px;
border:groove;
}

#header_index{
background:url(../images/logo_index.gif) center no-repeat;
width:230px;
height:39px;
position:relative; top: 270px; left: 60px;
border:groove;
}

#navigation_index{
padding: 0px;
width: 200px;
font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;
position:relative; top:280px; left:80px;
}

#navigation_index ul{
list-style:none;
margin:0;
padding:0;
}

#navigation_index li a {
width: 190px;
height: 20px;
display: block;
border: 0px;
}

#navigation_index li a:link, #navigation_index li a:visited{
display:inherit;
padding: 5px 5px 5px 5px;
border-bottom:none ;
background-image:url(../images/button_bg.gif);
color:#333333;
text-decoration:none;
}

#navigation_index li a:hover{
background-image:url(../images/button_bg2.gif);
color:#000000;
}

#content_index{
background:url(../images/bass_index.gif) center no-repeat;
width:200px;
height:110px;
position:relative; top: 45px; left:75px;
border:groove;
}

#footer_index{
float:right;
text-align:right;
width:100px;
position:relative; top:300px; left:-20px;
}
