@charset "UTF-8";
/* CSS Document */
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: white;}

BODY 
{
background-color: black;
background-repeat: repeat-x;
}

#wrapper {
width: 100%;
margin: 0 auto;
padding:0;
}

#container {
height: 920px;
margin: 0 auto;
width: 900px;
}

#nagigation_top{
width: 900px;
float:left;
}

#flash{
width: 900px;
float:left;
}

#main01{
width: 600px;
float:left;
}

#main02{
width: 300px;
float:left;
}
