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

#top {
width: 100%;
height: 20px;
background-color: #000000;
}
#header {
width: 100%;
height: 110px;
background-color:#ffffff;
}
#header2 {
width: 100%;
height: 230px;
background-color: #D2FF40;
}
#header2small {
width: 100%;
height: 30px;
background-color: #e5e3e6;
}
#navigation {
width: 100%;
height: 100%;
background-color:#ffffff;
}
#footer {
width: 100%; 
height: 200px; 
background-color:#000000;
}
